.cbOverlay {
background-color: #000;
z-index: 99;
}

.cbContainer {
padding:5px;
background-color:white;
z-index: 99;
}
.cbBox {
color:#000000;
}
.cbBox h3 {
font-size:10px; text-transform:uppercase; font-weight:normal;
margin:3px;
background-color:#493A2C;
z-index: 100;
color:#FFFFFF;
}
.cbBox p {
margin:3px;
z-index: 100;
}
.cbBox div {
padding:5px;
}
.cbBox .cbButtons {
text-align:center;
z-index: 100;
}


