﻿.MiniSearch_Custom1 {
	margin: 0 0 0 30px;
}


.MiniSearch_Custom1 .text {
}

.MiniSearch_Custom1 .textbox,
.MiniSearch_Custom1 .textbox:active,
.MiniSearch_Custom1 .textbox:focus {
	font: 11px "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
	color: #5d5c5c;
	width: 115px;
	height: 30px;
	float: left;
	border: 0px;
	outline: 0px;
	background: url(/SiteFiles/Layout/search.png) left top;
	line-height: 28px;
	padding-left: 10px;
}

.ff .MiniSearch_Custom1 .textbox,
.ff .MiniSearch_Custom1 .textbox:active,
.ff .MiniSearch_Custom1 .textbox:focus {
	padding-top: 7px;
}

.MiniSearch_Custom1 .button {
	width: 35px;
	height: 30px;	
	float: left;
	border: 0px;
	outline: 0px;	
	background: url(/SiteFiles/Layout/searchbutton.png) left top;
	font-size: 0; line-height: 0;
	text-indent: -9999px;
	cursor: hand; cursor: pointer;	
}

.MiniSearch_Custom1 .button:hover,
.MiniSearch_Custom1 .button:active ,
.MiniSearch_Custom1 .button:focus {
	width: 35px;
	height: 30px;	
	float: left;
	border: 0px;
	outline: 0px;	
	background: url(/SiteFiles/Layout/searchbutton.png) -35px top;
	cursor: hand; cursor: pointer;
}

