.map_popup img{
display: none;
}
/* Set dimensions of the map */
#map_canvas {
	width: 580px;
	height: 425px;
	margin:10px 0 20px;
}

 
/* Popup styles */


/* Main popup container */
.map_popup {

	/* Maximum width - currently set to 80% of map width */
	max-width: 433px;
	width: expression(this.width > 433 ? 433: true);
	
	padding-top: 10px;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* Main content block */
.map_popup_content {
	max-width: 300px;
	width: expression(this.width > 333 ? 333: true);
	margin-left: 15px;
	margin-right: 15px;
}

/* Link */
.map_popup a:link, .map_popup a:hover, .map_popup a:visited, .map_popup a:active {
	color: #512483;
	text-decoration: underline;
}

/* Header text */
#map_popup_header {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

/* Label */
.map_popup_label {
	color: #FF0000;
	font-weight: bold;
}


/* ---------------------------------- */

 
/* Popup styles */

/* Main popup container */
.map_popup {

	/* Maximum width - currently set to 80% of map width */
	max-width: 433px;
	width: expression(this.width > 433 ? 433: true);
	
	padding-top: 10px;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* Main content block */
.map_popup_content {
	max-width: 300px;
	width: expression(this.width > 333 ? 333: true);
	margin-left: 15px;
	margin-right: 15px;

}

/* Link */
.map_popup a:link, .map_popup a:hover, .map_popup a:visited, .map_popup a:active {
	color: #512483;
	text-decoration: underline;
}

/* Header text */
#map_popup_header {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

/* Label */
.map_popup_label {
	color: #FF0000;
	font-weight: bold;
}


.map_nearest_popup h4{
	color:#41c3db;
	font-size:17px;
	margin:15px 0 15px;
}

.map_name_popup h4{
	color:#41c3db;
	font-size:17px;
	margin:15px 0 15px;
}

.map_nearest_popup p{
border-bottom:solid 1px #ccc;
}


#map-form{
width:576px;
padding:10px 0;
background:#EFEFEF;
}


/*.map-submit{
position:relative;
top:15px;

}

.map-reset{
position:relative;
top:15px;
}*/


p.last{
border-bottom:solid 1px #ccc;
margin-bottom:20px;
padding-bottom:20px;
}

#map_message{
margin:0 10px 0 0;

}
.map_nearest_popup{
margin:20px 0 0 0px;
}

.map_name_popup{
margin:20px 0 0 0px;
}

.map_nearest_popup a{
padding:5px 0 0;
}

#map-form h3{
margin:0 0 0 10px;

}

.find-ad p{
width:150px;
line-height:28px;
float:left;
display:inline;
margin:0;

}

.find-ad input{
width: 120px;
padding-top: 4px;
padding-right: 3px;
padding-bottom: 2px;
padding-left: 3px;
height: 20px;
font-size: 14px;
float:left;
display:inline;
}

.find-ad .search-btn{
width:38px;
height:30px;
padding:0;
float:none;
margin-left:0 !important;
margin-left:-4px;
}


.top-button{
background:url(../images/website/content/buttons/search.gif) no-repeat;
border:0;
padding:0;
text-indent:-999px;
cursor:pointer;
}

.bottom-button{
background:url(../images/website/content/buttons/search.gif) no-repeat;
border:0;
padding:0;
text-indent:-999px;
cursor:pointer;
}



.find-ad .map_nearest_popup p{
line-height:14px;
padding:0 0 10px;
width:auto;

}