/* block top search */

#asbSearch {
	width:202px;
	height:25px;
	background:url(img/bg_asbsearch.png) repeat-x 0 0 ;
	margin-bottom:19px;
		
}

#asbSearch #search_button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform: capitalize;
	background:url(img/bg_asbbutton.png);
	background-position:right;
	float: right;
	height: 21px;
	width: 65px;
	margin-top:3px;
	text-align:left;
	font-style: normal;
	font-weight:normal;
	padding-top:0px;
	line-height:20px;
}

#asbSearch .search_query {
	padding:0;
	margin:0;
	margin-top:3px;
	
	border:1px #CCCCCC;
	border-style: solid;
	
	height:19px;
	width:131px;
	background-color:#e8e7e7;
	
}

