.customBox {
 background: url('/ve/res/images/customBoxBottom.gif') bottom left no-repeat;
 text-align: left;
}
.customBox .m {
 background: url('/ve/res/images/customBoxBottom.gif') bottom right no-repeat;
}
.customBox .h {
 background: url('/ve/res/images/customBoxTop.gif') top right no-repeat;
}
.customBox .h a {
 background: url('/ve/res/images/customBoxClose.gif') 100% 50% no-repeat;
 padding-left: 10px;
}
.customBox .h2 {
 background: url('/ve/res/images/customBoxTop.gif') top left no-repeat;
 padding: 0px 9px;
}
.customBox .h2 div {
 background: #BCBCBC;
 border-top: 1px solid #7D7D7D;
 /*padding-left: 12px;  */
}
.customBox .h2 div a {
 float: right;
 text-decoration: none;
}
.customBox .h2 div img {
 border: 0px;
}
.customBox .b {
 border: 1px solid #7D7D7D;
 border-top: 1px solid #9D9D9D;
 border-bottom: 0px;
 background: #D7D7D7;
 padding: 10px 9px 5px;
}
.customBox .f {
 margin: 0px 9px;
 background: #D7D7D7;
 border-bottom: 1px solid #7D7D7D;
 font: 3px Tahoma;
 padding: 5px 0px;
 text-align: center;
}