/* block top search */
#header_right #block_search {
    overflow: hidden;
    border: 0px solid;
    right: 236px;
    top: 77px;
    position: absolute;
    z-index: 5;
	/*padding:10px;*/
}
#header_right #block_search p { padding: 0.4em 0 0.4em 1em }
#header_right #block_search label, #header_right #block_search input { float: left }

#header_right #block_search label {
	/*background: transparent url('../../../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;*/
}
#header_right #block_search input.search_query {
	/*background: url("../../../img/search_query.png") no-repeat 0 0 transparent;*/
	/*background: #333333;*/
	width: 316px;
	height: 36px;
	padding-left:10px;
	font: 13px/31px "Raleway";
	color: #2f2f2f;
	border: 1px solid #e0e0e0;
	float: left;
}


#header_right #block_search input.search_button {
	cursor:pointer;
    background: url("../../../img/search_button.jpg") no-repeat 0 0 transparent;
    display: block;
	width: 85px;
	height: 38px;
	border:1px solid #e0e0e0;
	border-left:0px solid;
	margin-left:0px;
	
    float: left;
}



/* block left/right column */
#search_block_left {
	width: 243px;
}

#search_block_left input { margin: 2px 0 0 0 }

#search_block_left input.search_query {
	background: url("../../../img/search_query.png") no-repeat 0 0 transparent;
	/*background: #333333;*/
	width: 146px;
	height: 33px;
	padding-left:15px;
	font: 11px/33px "Tahoma";
	color: #828282;
	border: 0px solid;
	
	float: left;
}

#search_block_left input.search_button {
	cursor:pointer;
    background: url("../../../img/search_button.png") no-repeat 0 0 transparent;
    display: block;
	width: 82px;
	height: 33px;
	border: 0px solid;
	margin-left:0px;
	
    float: left;
}
.searchtext{
	float: left;
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
    text-align: center;
}
