/* homepage Search layout content */
div#homepage_search
{
	float: left;
	width: 525px;
	height: 305px;
	text-align: left;
	background-color: white;
}

/* Flash Map Stylings */
div#homepage_search div#search_map_content											/* display the austalia map image on the right*/
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}
form input#Suburb {  	font-size: 1.5em !important; }


div#flash_map_search_form_content
{
	display: none;
	margin-left: 12px;
	margin-top: 6px;
}

div#flashmap
{
	width: 201px;
	float: left;
}

div#local_img
{
	float: left;
	padding: 15px 15px 0 5px;
}

div#flash_map_div
{
	width: 201px;
	float: left;
}

div#flash_map_div p
{
	margin-left: 16px;
	font-weight: bold;
}

/* Non-Map Search */

div#suburb_search_div
{
	float: left;
}

div#suburb_search_div p
{
	font-weight: bold;
}


div#suburb_search_div input[type="text"]
{
	margin-right: 0px;
	width: 285px; 
}
div#suburb_search_div div#working
{
	display: none;
	float: left;
	margin-left: 2px; 
	width: 44px; 
}

div#search_form_content
{
	float: left;
	width: 295px;
	height: 230px;
}

div#search_form_content div#surrounding_suburbs input { margin-top: 5px; }
div#search_form_content div#surrounding_suburbs label { width: 200px; margin-top: 2px;}

div#listing_types { float: left; }
div#listing_types .listing_pin 
{
	height: 20px;
	float:left;
	border-right: 1px solid white;
}
div#listing_types .pin_icon { float: left; margin: -2px 0px 0px 0px;}

div#listing_types input{float: left; margin-right: 0px; width: 20px; margin: 5px 2px 0px 0px;}
div#listing_types label{float: left; font-weight: bold; margin: 0px; width: 80px; font-size: 1em;}
div#listing_types label.long_label {width: 113px;}
div#listing_types label.short_label {width: 33px;}

div#search_info { margin-top: 10px; }
div#search_info select { width: 65px; }
div#search_info .large_select{ width: 166px; }
div#search_info .icon { float: left; width: 20px;}
div#search_info .major_label {width: 48px; padding-bottom: 0px; margin-bottom: 0px;}
div#search_info .major_label_lge {width: 95px; padding-right: 0px; margin-right: 3px;}
div#search_info label {width: 8px; margin-left: 5px; margin-bottom: 0px;}

#flash_map_div {margin-left: -8px; } 

div#homepage_search_button { margin-top: 5px; float: right; }

div#for_rent_intro 
{
	float: right; 
	width: 240px; 
	height: 600px; 
	margin-right: -8px;
	background-image: url("/images/for_rent_logo.png"); 
	background-repeat: no-repeat; 
	background-position: 23px 180px;
}

