@charset "UTF-8";
#find-dealer {
	width: 310px;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 40px;
	background-color:#85BB50;
	background: rgba(133,187,80,0.5);
	z-index: 1000;
	border-radius: 2em;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 2em;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

}
#find-dealer:hover {
	background: rgba(133,187,80,0.7);
}
#find-dealer form {
	position: absolute;
	width: 180px;
	top: 0px;
	right: 0px;
	margin: 5px;
	padding: 3px;

}
#find-dealer form input {
	display: block;
	position: relative;
	float: left;
	font-size: 12px;

}
#find-dealer h4 {
	display: block;
	height: 24px;
	width: 120px;
	position: relative;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-size:18px;
	padding-top: 10px;
	padding-left: 15px;
	text-shadow: 0 1px 1px rgba (0,0,0,0.3);

}
input#postal_code {
	background: #F0FFC8;
	width: 140px;
	height: 18px;
	padding:2px 0px 2px 5px;
	margin-right:5px;
margin-top:1px;
border:0px;
	border-radius: 2em;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 2em;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 0 3px 10px #7F972B;
	-moz-box-shadow:inset 0 3px 10px #7F972B;
}
input#go {
	height: 25px;
	width: 25px;
border: 0px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#85BB50;
	background: rgba(133,187,80,1);
	padding:2px;
	-moz-border-radius: 2em;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius: 2em;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);

}
input#go:hover {
	background: #516607;
	cursor: pointer;
}

