/* ONLY FORM ELEMENT STYLES IN HERE */
label, select, option, input, div.instructions{
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}
input.button {
	vertical-align: middle;
	
}

input#submit {
	margin-top: 20px;
}

label, span.label, div.citymap b{
	color: #565c42;
	text-transform:uppercase;
	line-height: 18px;
}
div.citymap b{
	padding-right: 7px;
}
div.instructions{
	color:#565c42;
	line-height:13px;
	font-size:11px;
	padding-right: 20px;
	padding-bottom: 7px;
	width: 600px;
}
p.space {
	height: 6px;
}
a.help {
	font-size: 10px;
	color:#cd751e;
	text-decoration:underline;
	text-transform:none;
}
select {
	color: #515c49;
	background: #e6e9e4;
	border: 1px solid #8f998b;
	padding:2px 0;
}
select#save_options {
	margin: 7px 0;
}
select#city {
	width: 105px;
	display:inline;
}
select, option {
	text-transform:uppercase;
}


input {
	
}

input.text {
	border: 1px solid #9eb494;
	border-color: #9eb494 #879b7f #879b7f #879b7f;
	color: #515c49;
	background: #e6e9e4;
	vertical-align: middle;
	padding: 2px;
}

input.sm, label.sm {width: 24px;}

input.text:focus {background: #fcffec;}

input.mls {margin: 15px 15px 0 0;}

input.button {
	
}

input.radio {
}

input.check {
	
}

br.smallbr {
	clear: both;
	line-height: 26px;
}

br.bigbr {
	clear: both;
	line-height: 50px;
}
br.medbr {
	clear: both;
	line-height: 30px;
}

div.formunit {
	float: left;
	width: 32%;
}
div.mapunit {
	width: 44% !important;
	padding: 3px 10px 0 10px;
}
div.mapunit_sub1 {
	width: 20% !important;
	padding: 3px 0 0 11px;
}
div.mapunit_sub2 {
	width: 25% !important;
	padding:3px 0 0 0;
}
div.citymap {
	width: 44%;
	margin-bottom: 7px;
	margin-right: 10px;
	border: 1px solid #9d7e6f;
	padding: 1px 0 0 10px;
}
div.citymap label{
	color: #c16015;
	font-weight: bold;
}
div.save_section {
	border-top: 1px solid #8f998b;
}
div.formunit_sub {
	float: left;
	width: 16%;
}

div.formunit_long {
	float: left;
	width: 50%;
}
div.city {
	width: 22%;
}
div.in_between {
	float:left;
	width: 10%;
	padding-top: 10px;
}
div.formunit select, div.formunit_sub select, div.formunit_long select{
	display: inline;
	float: none;
	margin: 0;
	height: 18px;
	padding:0;
}
div.formunit input.citymap {
	padding:0;
	margin-bottom: -2px;
}
select.inline_select {
	display:inline;
}

div.end {margin: 0 0 10px 0;}


fieldset img.imgFloat {
	float: left;
	margin: 15px 20px 0 0;
	vertical-align: bottom;
}

fieldset img {
	
}

div.copy fieldset {
	margin-bottom: 18px;
}

div.copy fieldset legend {
	font: 15px Arial,sans-serif;
	color: #739a7f;
}

div.copy label {
	width: 150px;
	display: block;
	float: left;
	margin: 13px 0 0 0;
	}
div.copy input, {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	padding: 2px;
}

div.copy input#submit {
	clear: both;
}

input.med {
	width: 150px;
}

input.lrg {width: 300px;}
input.city {width: 100px !important;}

div.copy label.sm {float: none; display: inline; width: 36px !important; position: relative; top : 4px;}
div.copy input.sm {float: none; display: inline; width: 36px;}

div.copy label.radio, div.copy label.check {width: 65px; margin-right: 12px;}

label.right {text-align: right; padding-right: 10px;}
input.right {margin-left: 160px !important;}

/* SIZING FOR LOANCALC */
input.nine {width: 55px;}
input.six {width: 40px;}
input.four {width: 35px;}
input.two {width: 25px;}

