@charset "utf-8";
/* CSS Document */

#FrontQuickFinder label {
display:block;
font-weight:bold;
margin-bottom:5px;}

#FrontQuickFinder  select {
width:195px;
display:block;
margin-bottom:14px;}

#FrontQuickFinder  button {
	background-image:url(front-spirit.png);
	width:194px;
	height:41px;
	background-position:0px -695px;
	background-color:#00a7dc;
	border:none;
	color:#FFFFFF;	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size:16px;
	cursor:pointer;	
	line-height:41px;

}

#FrontQuickFinder  button[disabled] {	
	background-position:0px -755px;
	background-color:#b7b7b7;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	cursor:default;
	border:none;
}


