#liquid-round {
width:100%;
margin:0px auto;
background:#fff url(img/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(img/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(img/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(img/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(img/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(img/bottom-right.gif) no-repeat right top;
}

fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
