@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- */
/* -- Search Box -- */
#search .sbox_l  {
	background: white url('../img/srch_l.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
	
}

#search .sbox_r  {
	background: white url('../img/srch_r.gif') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#search .sbox input {
	background: white url('../img/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 140px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

#content {
	clear: both;
}


#newssearch {width: 800px; height:50px; padding: 10px; background-color:#EEEEEE; margin: 20px auto;text-align:left; }
#newssearch .leftpanel {float:left;width:150px;text-align:left; font-weight:bold; }
#newssearch .rightpanel {float:right;;width:650px;text-align:left; font-weight:bold;}