div.body_container_no_bg {
  position: relative;
  text-align: left;
  margin: 0px auto;
  padding: 0px;  
}

#main_nav {

}

#content_area_map { 
	 margin: 0px; 
	 padding: 0px;
	 border: 1px solid #FFFFFF;
}

#content_area_mls h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#content_area_mls h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 8px 0px;
	text-transform: uppercase;
}

.none {
  display: none;
}

.req {
	color: #CC0000;
}

.small {
	color: #666666;
	font-size: 11px;
}

div.alert {
	text-align: center; 
	margin-bottom: 12px; 
	margin-top: 0px; 
	border: 1px solid red; 
	color: #FF0000 !important; 
	font-size: 11px; 
	padding: 6px; 
	background-color: #EEEEEE;
}

div #no_results {
	width: 570px;
}

div .no_results {
	padding: 25px 15px 25px 15px;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
}

div .page_title {
	width: 570px;
	margin: 0px;
	padding: 0px;
}

div .page_title h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 7px 0px;
}

div .paging_links {
	padding: 0px;
	margin: 0px 0px 13px 0px;
}

div .paging_links td {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	text-transform: uppercase;
	size: 11px;
	padding: 1px;
}

div .paging_links td a, .paging_links td a:link, .paging_links td a:visited, .paging_links td a:hover, .paging_links td a:active {
	text-decoration: none;
	color: #FFFFFF;
}

div .paging {
	 clear: both;
	 height: 20px;
	 padding: 0px 0px 6px 0px;
	 margin: 0px 0px 0px 0px;
}

.paging_left {
	float: left;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;	 
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.paging_right {
	 float: right;
	 font-size: 10px;
	 font-family: verdana, helvetica, sans-serif;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
}

div .paging select, .paging_left select, .paging_right select {
	font-size: 9px;
	color: #333333;
}

.firstcap {
	text-transform: capitalize;
}

#powered_by {
	background-color: #FFFFFF;
	width: 270px;
	text-align: left;
	background-image: url(/property-search/res/images/powered_by_logo.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin: 20px 0px 0px 0px;	
}

#powered_by {
	padding: 8px 4px 12px 35px;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

#powered_by a:link {
  color: #ea780c;
  text-decoration: none;  
  font-size: 11px;    
}

#powered_by a:visited {
  color: #ea780c;
  text-decoration: none;  
  font-size: 11px;
}

#powered_by a:active {
  color: #ea780c;
  text-decoration: underline;
  font-size: 11px;
}

#powered_by a:hover {
  color: #ea780c;
  text-decoration: underline;
  font-size: 11px;
}

/*********************************************/
/* Form Styles */
/*********************************************/


.error {
	color: #900;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background: url(../images/error.gif) no-repeat;
	padding: 2px 0 8px 18px;
	margin: 0px 0px 8px 0px;	
}

.form-large, .form-large textarea, .form-large select {
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

.form-large select {
	padding: 1px 0;
}

.form-large input {
	font-size: 11px;
}

.form-large div {
	padding-bottom: 16px;
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	font-size: 14px;
	margin-top: 2px;
	padding: 2px;
}

.button2 {
	color: #777;
}

.form-large label {
	float: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.form-large label span {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
}

.form-large label.form-checkbox {
	display: inline;
	vertical-align: middle;
	top: -3px;
}

/***** fieldsets *****/

fieldset {
	border: 1px solid #ddd;
	padding: 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
} * html legend { margin-bottom: 15px; }

fieldset fieldset legend {
	font-size: 11px;
	font-weight: bold;
}

legend span {
	font-size: 11px;
	letter-spacing: 0;
}

fieldset.labels label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
	padding: 0.2em 0;
	clear: left
}

.fieldset-footer {
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 15px;
	/*background: #EEEEEE url(/res/images/field-back.gif) no-repeat;*/
	clear: left;
} * html .fieldset-footer { margin-left: -15px; margin-right: -20px;}


/*********************************************/
/* End Form Styles */
/*********************************************/

span.req { color: #CC0000; }
.form-large input.form-text { border: 1px solid #999999; padding: 2px; }
.form-large input.req { background-color: #FFFF99; color: #000000; border: 1px solid #999999; padding: 2px; }
