#search_block_top {
	position:absolute;
  height: 38px;
  bottom: 1px;
	right: 18px;
	z-index: 20;
}

#search_block_top .shadow {
  position: absolute;
  display: block;
  width: 10px;
  height: 38px;
  top: 0;
  left: 0;
  border-left: 1px solid #7FD8AC;
  border-left: 1px solid #40C583;
  border-left: 1px solid #FCD99F;
  background-image: url('img/container_leftshadow.png');
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 1;
}

#search_block_top  #searchbox {
  margin: 0;
  padding: 7px 0;
}

#search_block_top #search_query_top {
	float: left;
	width: 180px;
	height: 25px;
	padding: 0 5px 0 10px;
	border: none;
	color: #666;
	font-size: 12px;
	background-color: #FFF;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}


#search_block_top .button {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: transparent;
	background-color: #FFF;
  background-image: url('img/button_search.png');
  background-position: center;
  background-repeat: no-repeat;
	border: none;
	/*
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  */
  -webkit-border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  border-radius: 0px 5px 5px 0px !important;
}


form#searchbox{padding-top:5px}

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

