/* 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 {
	font: 10px Arial,sans-serif;
	color: #565c42;
	text-transform: uppercase;
}

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;
}
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: 18% !important;
	padding: 3px 0 0 11px;
}
div.mapunit_sub2 {
	width: 18% !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;}



/* -------------------------------------------------

All forms with class="cmxform" are styled from this document. the bottom section is the basic form structure from A List Apart's Prettier Forms article--thanks to ___; the section above is stylying unique to forms with the specific id listed--both of these sections should not be modified unless necessary. the top section allows to modify color of certain elements pertaining to style folder housed in */

#contact.cmxform {
	font-size: 10px;
}

#contact.cmxform fieldset, #propertysearch.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
}

#contact.cmxform fieldset legend, #propertysearch.cmxform fieldset legend {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
}

#contact.cmxform label { 
	color: #4e6e89; 
	text-transform: uppercase;	
}

#contact.cmxform em, #content em { /* asterix */
  color: #f00;
}

/* ========================== FORM SPECIFIC STRUCTURE | DO NOT MODIFY ======================= */	
/* Please do not modify unless necessary. These allow for greater control of the form fieldset options and are consistent for said form on all agent template pages where used. */

#propertysearch.cmxform label.form-conj {
	width: auto;
	margin: 0 10px 0 7px;
}
#propertysearch.cmxform>fieldset>ol.location>li>label:first-child, #propertysearch.cmxform fieldset ol.add-res label {
	width: 100% !important;
	margin-bottom: 3px !important;
}
#propertysearch.cmxform ol.location select {
	text-align: center;
}
#propertysearch.cmxform ol.location option {
	text-align: left;
}
#propertysearch.cmxform>fieldset>ol>li>label:first-child {
	width: 110px;
	margin: 0;
}
#propertysearch.cmxform ol.add-res select {
	margin: 0 60px 0 0;
}
#propertysearch.cmxform ol li label {
	width: auto;
	margin: 0 20px 0 30px;
}
#propertysearch.cmxform fieldset li {
  margin-bottom: 5px;
}
#propertysearch.cmxform li select {
/*	width: 160px; */
}
	#propertysearch.cmxform #bedrooms, 
	#propertysearch.cmxform #bathrooms, 
	#propertysearch.cmxform #year-min, 	
	#propertysearch.cmxform #year-max, 
	#propertysearch.cmxform #garage {
		width: 110px;
	}
	#propertysearch.cmxform #listings {
		width: 70px;
		margin: 0 5px 0 0;
	}
#propertysearch.cmxform #search {
	margin: 10px 0 0 300px;
}
#contact.cmxform>fieldset>ol.info>li>label:first-child {
	text-align:left;
	margin: 0;
}

#contact.cmxform fieldset ol.info li label { 
	text-align: right;
	margin: 0 20px 0 0;
}

#contact.cmxform fieldset ol.add-res {
	width: 500px;
	float: left;
}
	
#contact.cmxform fieldset ol.add-res label {
	width: 500px;
}
#contact.cmxform fieldset ol.comments label, #contact.cmxform fieldset ol.comments li textarea, #contact.cmxform fieldset ol li.mortgage label {
	width: 100%;
}
#contact.cmxform fieldset ol.comments, #contact.cmxform fieldset ol.services {
	padding: 0 52px 0 0;
}	
#contact.cmxform fieldset ol.services li label {
	width: auto;
	padding: 0 0 0 50px;
}
#contact.cmxform fieldset ol.services li label:first-child {
	padding: 0;
}	
#contact.cmxform fieldset #submit {
	float: left;
	margin: 10px;
}	
#contact.cmxform #address, #contact.cmxform #email, #propertysearch.cmxform #schools {
	width: 487px;
}
#contact.cmxform input {
	margin: 0 10px 0 0;
}

	
/* ========================== FORM STRUCTURE | DO NOT MODIFY ======================= */	

form.cmxform fieldset {
  margin-bottom: 10px;
}

form.cmxform legend {
  padding: 0 6px 0 0;
}

form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  padding: 0 0 0 3px;
}
form.cmxform label {
  width: 110px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 113px; /* Width plus 3 (html space) */

}
form.cmxform fieldset input.checkbox {
	margin: 0 5px 0 0;
}
/* these are currently not in use on the form. included for basic form syling. */

form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
