/* block top search */
.block-search-top { position: absolute; top: 204px; right: 14px; z-index: 999; background-color: #f0ebe6; }

.block-search-top p { float: right; width: 125px; /* 250px */ height: 36px; padding: 1px!important;}
.block-search-top .search_query {
	float: left;	
	width: 80px; /* 200px */
	height: 36px;
    margin: 0;
    padding: 0 0 0 5px; 	
	line-height: 40px;
    color: #969692;
    background-color: transparent;
    border: none;
	box-shadow: none;
}
.block-search-top .search_query:focus { border-color: transparent; box-shadow: none; }

form#searchbox{ }
form#searchbox label{color:#969692;margin-bottom:1px}
form#searchbox input#search_query_block{
	border: 1px solid #ccc;
	-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;}

