/* Coded by CaViCcHi: matteo [at] cavicchi [dot] net */
.inputSearch{
	height:15px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#37342F;
	padding-left:5px;
	padding-top:2px;
	font-family:Arial;
	font-size:8pt;
	margin-left:10px;
}
.selectSearch{
	height:20px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#37342F;
	font-family:Arial;
	font-size:8pt;
	margin-left:10px;
}
.inputSpacer{
	position:relative;
	width:100%;
	float:left;
	height:1px;
	font-size:1pt;
}
.inputHolder{
	position:relative;
	float:left;
	height:20px;
	margin-bottom:10px;
}
/* Box */
.input_city{width:160px;}
.input_state{width:100px;}
.input_zip{width:104px;}
.input_name{width:186px;}
.input_keyword{width:188px;}
.searchButton{margin-left:10px;}
fieldset.orders {background-color:#fefbee;  margin:0 61px 15px 41px; border:1px dotted #000; padding-top:10px;}
/* Layer Drag */
.layerDrag{
	width:1000px;
	height:850px;
	left:50%;
	margin-left:-505px;
	background-color:#303030;
	text-align:center;
	border: solid 3px #A6CC42;
	border-bottom: solid 15px #A6CC42;
	z-index:100005;
	overflow-x:hidden;
	overflow-y:hidden;
}
#layerTitle{
	position:relative;
	margin:0px;
	padding-top:3px;
	width:100%;
	height:25px;
	font-family: 'Lucida sans', Arial, Verdana, Helvetica;
	font-size: 11pt;
	font-weight:bold;
	color:#333333;
	background-color:#A6CC42;
	text-align:center;
	z-index:10;
}
.bigKahuna{
	width:100%;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index:100002;
}
