@charset "UTF-8";
/* CSS Document */

/*#searchBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;	
	color:#FFF;
	padding:0px;
	margin: 12px 0 0 4px;
	text-align:right;
}*/

input.searchInput{
	color: #3957a5;
	border: 1px solid #000000;
	width: 110px;
	height: 16px;
	margin-right:4px;
	padding-left: 18px;
	float:left;
	background: url("ico_search.gif") no-repeat scroll left center transparent;
	background-color: #FFF;
}

input.submitBtn{
	color: #FFFFFF;
	font-size:9px;
	font-weight:bold;
	width:30px;
	height: 20px;
	background: #BABABA;
	border: 1px solid #000000;
	float:left;
	
}

.searchTitle{
	/*float:left;	
	margin-right:4px;
	padding-top:5px;
	width: 40px;*/
	display:none;
}

#queryLabel{
	display:none;	
}