/* === ROUND BOX STARTS HERE */
#liquid-round {
    width:790px;
	background-color: #fff;
	background-image: url(corners/leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top {
	width:100%;
	height:15px;
	background:url(corners/top.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:20px;
	background-image: url(corners/top-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.center-content {
    position:relative;
	background-image: url(corners/rightside.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: -30px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.bottom {
width:100%;
height:30px;
background:url(corners/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:30px;
background:url(corners/bottom-right.gif) no-repeat right top;
}


/* This Fixes IE6 100% Bug */
.wid_ie {
*width: 95%;
}

.btd {
font-family: verdana, arial; 
font-size: 11px;
}

.mtd {
font-family: verdana, arial; 
font-size: 12px;
}

.bull {
font-family: verdana, arial; 
font-size: 12px;
color: #CC0000;
}

