#search { 
}

#search #search_forms {
	position: relative;
	float: left;
	width: 145px;
	margin: 0;
	border: 0 none;
}

#search #search_forms #search_form_text 
{
	font-sileze: 11px;
	display: block;
	color: white;
	width: 135px;
	height: 18px;
	border: 1px solid #bbb;
	background: #747474;
	padding: 2px 0 0 10px;
}
#search #search_forms #search_form_button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0 none;
	display: block;
}

#search select {
	font-size: 11px;
	display: block;
	float: right;
	color: white;
	width: 135px;
	height: 20px;
	border: 1px solid #bbb;
	background: #747474;
	padding: 0 0 0 10px;
}

#search select option {
	background-color: #ddd;
	color: black;
}

