/* block top search */
#header_right #block_search {
    overflow: hidden;
    border: 0px solid;
    left: 29px;
    top: 199px;
    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;*/
	padding-left:10px; /*adjust the width according to the padding*/
	width: 177px;
	height: 29px;
	font: 13px/29px "Arial";
	color: #828282;
	border: 0px solid;
	
	float: left; /*DO NOT CHANGE FOR IE7! Just change the div order in template! */
}


#header_right #block_search input.search_button {
	cursor:pointer;
    background: url("../../../img/search_button.png") no-repeat 0 0 transparent;
    display: block;
	width: 33px;
	height: 29px;
	border: 0px solid;
	margin-left:0px;
	
    float: left; /*DO NOT CHANGE FOR IE7! Just change the div order in template! */
}



/* 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;
}
