﻿.MiniSearch_Custom1 {
	height: 40px;
	width: 240px;
	background: url(/SiteFiles/Layout/search.png) left top no-repeat;
}

.MiniSearch_Custom1 input.button {
	float: left;
	width: 43px;
	height: 39px;
	border: 0;
	background: none;	
	cursor: hand; cursor: pointer;
}

.MiniSearch_Custom1 input.textbox {
	font: normal 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9ea7ab;
	float: left;
	width: 171px;
	height: 22px;
	border: 0;
	background: none;
	margin: 9px 2px 0px 10px;
}
.MiniSearch_Custom1 input.textbox:focus {
	color: #5b686f;
}

