#liquid-round { 
width:100%;
margin: 4px auto; 
background: #F8F8F7 url(leftside.gif) repeat-y left top;
} 
.top { 
width:100%; 
height:10px; 
background:url(top.gif) no-repeat left top; 
} 
.top span { 
display:block; 
position:relative; 
height:10px; 
background:url(top-right.gif) no-repeat right top; 
} 
.center-content { 
position:relative; 
padding: 1px 10px 1px 10px; 
margin:-1px 0 -10px 0; 
 

} 
.bottom { 
height:10px; 
} 
.bottom span { 
display:block; 
position:relative; 
height:10px; 
} 
#box-round { 
width:100%;
margin: 0px auto; 
background: #F0F1F0 url(box_left.gif) repeat-y left top;
} 
.boxcenter-content { 
position:relative; 
background: url(box_right.gif) repeat-y right top; 
padding: 10px 10px 1px 10px; 
margin: 0px 0 -5px 0; 
} 
.boxbottom { 
height:5px; 
background: url(box_bottom.gif) no-repeat left bottom; 
} 
.boxbottom span { 
display:block; 
position:relative; 
height:5px; 
background: url(box_bottom_right.gif) no-repeat right top; 
} 
.boxtext{
	width: 97%;
	padding: 5px 5px;
}
#boxwhite { 
width:100%;
margin: 5px auto; 
background: #F8F8F7 url(boxwhite_left.gif) repeat-y left top;
} 
#boxwhite P { 
display: block;
padding: 0px 5px 5px 5px;
line-height: 1.5;
 font-family: Geneva, sans-serif;
 font-size: 1.2em;
 text-align: left;
} 
.boxwhite_top { 
width:100%; 
height:7px; 
background: url(boxwhite_top.gif) no-repeat left top; 
} 
.boxwhite_top span { 
display:block; 
position:static; 
height:7px; 
background: url(boxwhite_top_right.gif) no-repeat right top; 
} 
.boxwhite_center-content { 
position:static; 
background: url(boxwhite_right.gif) repeat-y right top; 
padding: 1px 5px 1px 5px; 
margin: -1px 0 -7px 0; 
} 
.boxwhite_bottom { 
height:7px; 
background: url(boxwhite_bottom.gif) no-repeat left bottom;
 
} 
.boxwhite_bottom span { 
display:block; 
position:static; 
height:7px; 
background: url(boxwhite_bottom_right.gif) no-repeat right bottom; 
}
#search_box {
    width: 171px;
    height: 24px;
    background: url(bg_search_box.gif);
	 font-family: "MS Sans Serif", Geneva, sans-serif;
	 font-size: 9px;
}
#search_box #s {
    float: left;
    padding: 1px 4px;
    margin: 3px 0 0 3px;
    border: 0;
    width: 134px;
    background: none;
	 font-family: Geneva, sans-serif;
	 font-size: 1.3em;
	 color: gray;
}
#search_box #go {
    float: right;
    margin: 1px 3px 0 0;
}


