/* CSS Document */
.containerSep {
height: 25px;
}
/* grad box */
.gradBox-content {
background: #fff url(_i/gradBox-cont.gif) repeat-x bottom left;
padding: 10px 5px 10px 10px;
border-left: solid 1px #d5d4d4;
border-right: solid 1px #d5d4d4;
}
.gradBox-bott {
background: url(_i/gradBox-bottL.gif) no-repeat bottom left;
padding-left: 10px;
height: 8px;
}
.gradBox-bott span {
display: block;
height: 8px;
background: url(_i/gradBox-bottR.gif) no-repeat bottom right;
}
.gradBox-top {
background: url(_i/gradBox-topL.gif) no-repeat bottom left;
padding-left: 10px;
height: 8px;
}
.gradBox-top span {
display: block;
height: 8px;
background: url(_i/gradBox-topR.gif) no-repeat bottom right;
}
/* Bottom Shadow */
.bottomShadow {
height: 29px;
background: url(_i/bottShadow.png) no-repeat top center;
_background: url(_i/bottShadow.gif) no-repeat top center;
margin-bottom: 5px;
}
/* Rounded */
.rounded {
position: relative;
background: #fff url(_i/rounded-bg.gif) repeat-x bottom;
border-top: solid 1px #d0d0d0;
padding: 20px;
}
.rounded .topL, .rounded .topR, .rounded .bottL, .rounded .bottR {
position: absolute;
width: 12px;
height: 125px;
display: block;
}
.rounded .topL {
top: -1px;
left: 0;
background: url(_i/rounded-topL.gif) no-repeat;
}
.rounded .topR {
top: -1px;
right: 0;
background: url(_i/rounded-topR.gif) no-repeat;
}
.rounded .bottL {
bottom: 0;
left: 0;
background: url(_i/rounded-bottL.gif) no-repeat bottom left;
}
.rounded .bottR {
bottom: 0;
right: 0;
background: url(_i/rounded-bottR.gif) no-repeat;
}
.rounded .cont {

}

