﻿.liquid-round { 
width:100%;
margin:0px 0px; 
background:#fff url(leftside.gif) repeat-y left top;
} 

.liquid-top { 
width:100%; 
height:20px; 
background:url(top.gif) no-repeat left top; 
} 
.liquid-top span { 
display:block; 
position:relative; 
height:20px; 
background:url(top-right.gif) no-repeat right top; 
} 

.liquid-center-content { 
 position:relative;  
background:url(rightside.gif) repeat-y right top; 
padding:1px 2px 1px 12px; 
margin:-2px 0 -50px 0; 

/*margin-top:-10px;*/
} 


.liquid-bottom { 
height:60px; 
background:url(bottom.gif) no-repeat left bottom; 
z-index:1;
} 
.liquid-bottom span { 
display:block; 
position:relative; 
height:60px; 
background:url(bottom-right.gif) no-repeat right top; 
} 

.roundbox 
{
min-height:70px;
margin-top:-22px;
margin-left:3px;
padding-right:20px;
}

.box 
{
	padding: 2px 5px 2px 5px;
	margin: 2px 5px 2px 5px;
	border:1px solid #fafafa;
	background-color : #fcfcfc;
}
