@charset "UTF-8";
#results {
	width: 200px;
	height: 400px;
	margin: 0;
	padding: 0;
	background-color: #121212;
	border: solid 1px #666666;
}
#details {
	width: 300px;
	height: 400px;
	margin: 0;
	padding: 0;
	background-color: #121212;
	border: solid 1px #666666;
}

a:link {
	color: #f9c63d;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	color: #f0c63d;
	text-decoration: none;
	font-size:12px;
}
a:hover {
	text-decoration: underline;
}
h4 {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	color:#FFFFFF;
}

.locator_txt {
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	margin: 0 0 0px 0;
}#SearchForm #suburb {
	width: 190px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	margin-bottom: 7px;
}
#SearchForm #postcode {
	width: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	margin-bottom: 7px;
}
