/* left */
#liquid-round {
width:100%;
background:#fff url(Images/corners_r2_c1.png) repeat-y left top;
}
/* top left */
#liquid-round .top {
width:100%;
height:18px;
background:url(Images/corners_r1_c1.png) no-repeat left top;
}
/* top right */
#liquid-round .top span {
display:block;
position:relative;
height:18px;
background:url(Images/corners_r1_c3.png) no-repeat right top;
}
/* right */
#liquid-round .center-content {
position:relative;
background:url(Images/corners_r2_c3.png) repeat-y right top;
padding: 0 26px 0 18px;
margin: -1px 0 0 0;
}
/* bottom left */
#liquid-round .bottom {
width:100%;
height:19px;
background:url(Images/corners_r3_c1.png) no-repeat left bottom;
}
/* bottom right */
#liquid-round .bottom span {
display:block;
position:relative;
height:19px;
background:url(Images/corners_r3_c3.png) no-repeat right top;
}
