form {
	margin: 0px;
	padding: 0px;
}
input#suburb {
	width: 150px;
}
div#mapoutline {
	position: relative;
	border: 1px solid black;
	width: 753px;
	text-align: left;
}
* html div#mapoutline {
	\width: 755px;
	w\idth: 753px;
}
div#mapele {
	height: 460px;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
}
div#mapele a {
	color:#000066;
}
div#mapele a:hover {
	color:#0000cc;
}
div.inputpopup {
	position: absolute;
	border: 2px outset;
	background: buttonface;
	top: 0px;
	visibility: hidden;
	overflow: hidden;
}
.inputpopup div {
	line-height: 18px;
	height: 18px;
	padding: 0px 4px;
	color: buttontext;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
}
div.tooltipdiv {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background: #cae6f6;
	border: 1px solid black;
	line-height: 16px;
	padding: 2px 4px;
	color: black;
	white-space: nowrap;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
}
div.tooltipdiv span {
	width:12px;
	height:12px;
	float:left;
	background:url(finfo.png) no-repeat 0 100%;
}
* html div.tooltipdiv span {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/finfo.png');
}
div#n_ml {
	position: absolute;
	top: -37px;
	left: -40px;
	background: url(lts.png) no-repeat;
	width: 263px;
	height: 196px;
}
* html div#n_ml {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='/lts.png');
}

