.roundBox2 .liquid-round {
/* Uses 100% width to fill containing DIV */
width:100%;
/*width:500px;*/
margin:0px auto;
padding:0 0;
background:url(../images/roundBox2/leftside.gif) repeat-y left top;
background-color:#f6f6f6;
}
.roundBox2 .top {
width:100%;
height:20px;
background:url(../images/roundBox2/top.gif) no-repeat left top;
}
.roundBox2 .top span {
display:block;
position:relative;
height:20px;
background:url(../images/roundBox2/top-right.gif) no-repeat right top;
}
.roundBox2 .center-content {
position:relative;
background:url(../images/roundBox2/rightside.gif) repeat-y right top;
background-color:transparent;
height:100%;
padding:1px 15px;
margin:-1px 0 -25px 0;
/*margin:-1px 0 -50px 0;*/
}
.roundBox2 .bottom {
width:100%;
height:25px;
background:url(../images/roundBox2/bottom.gif) no-repeat left bottom;
}
.roundBox2 .bottom span {
display:block;
position:relative;
height:25px;
background:url(../images/roundBox2/bottom-right.gif) no-repeat right bottom;
}