#mapSearchOptions {
	float:left;
	width:100px;
	height:400px;
	padding-left: 4px;
}

#map {
	width:525px;
	height:350px;
	border:1px solid #000;
	float: left;
}

#center_content
	color: #000;
}
	
.mapOptions td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

select[name=property_type_id] {
	width: 96px;
}

.asmSelect, .asmListItem {
	width: 97px !important;
}

#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  

#popupContact{
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:420px;  
width:640px;  
background:#FFFFFF;  
color:#000;
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
}