/* block top search */
#search_block_top {
	border-bottom:4px solid #56A499;
	display:block;
	height:40px;
	margin:0px 0 10px 0;
        padding-bottom: 10px;
	width:100%;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:0 5px;
	height:23px;
	width:300px;/* 310 */
	border:1px solid #666; /*border-right: 0 !important;*/
	color:#666;
	background:url(../../../img/bg_search_input.png) repeat-x 0 0 #fff;
	float: left;
}

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#000;
	background:none;
	text-transform:lowercase;
	float:left;
	height:25px;
}

form#searchbox{
	float:right;
	background-image: url(../../../img/search.png); 
	background-position:right;
	background-repeat:no-repeat;
	padding:0 30px 0 5px;
	margin-top:-13px;
	-webkit-margin-before:10px;	
}
form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#search_query_block{
	border: 1px solid #CCCCCC;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
    height: 18px;
	margin-top:10px;
}
form#searchbox input#search_button{padding: 1px 4px;}

