/*liquid rounded box*/
#liquid-round {
	width:850px;
	margin:5px auto;
	background-color: #FFFFFF;
	background-image: url(leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.top {
	width:100%;
	height:20px;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.top span { 
display:block; 
position:relative; 
height:20px; 
background:url(top-right.gif) no-repeat right top; 
}

.center-content { 
position:relative; 
background:url(rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 -50px 0; 
}

.bottom { 
height:60px; 
background:url(bottom.gif) no-repeat left bottom; 
} 
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background-image: url(bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}  
