.roundBox1 .liquid-round {
/* Uses 100% width to fill containing DIV */
width:100%;
/*width:500px;*/
margin:0px auto;
padding:0 0;
background:url(../images/roundBox1/leftside.gif) repeat-y left top;
background-color:transparent;
}
.roundBox1 .top {
width:100%;
height:20px;
background:url(../images/roundBox1/top.gif) no-repeat left top;
}
.roundBox1 .top span {
display:block;
position:relative;
height:20px;
background:url(../images/roundBox1/top-right.gif) no-repeat right top;
}
.roundBox1 .center-content {
position:relative;
background:url(../images/roundBox1/rightside.gif) repeat-y right top;
background-color:transparent;
height:100%;
padding:1px 15px 1px 15px;
margin:-1px 0 -0px 0;
/*margin:-1px 0 -50px 0;*/
}
.roundBox1 .bottom {
width:100%;
height:25px;
background:url(../images/roundBox1/bottom.gif) no-repeat left bottom;
}
.roundBox1 .bottom span {
display:block;
position:relative;
height:25px;
background:url(../images/roundBox1/bottom-right.gif) no-repeat right bottom;
}
.center-content h2 { 
}
.center-content h3 { 
font-size:14px;
color:#000;
margin:0em 0 .75em;
padding:0 0 .25em;
font-weight:bold;
letter-spacing:0;
line-height:1;
border-bottom:1px #C7CBCE solid;
}