div.suburbpopup{
	position:absolute;
	border:2px outset;
	background:buttonface;
	top:0px;
	visibility:hidden;
	overflow:hidden;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	box-shadow: 2px 2px 5px #333333;
}
div.suburbpopup div{
	line-height:18px;
	height:18px;
	padding:0px 4px;
	color:buttontext;
	text-decoration:none;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	cursor:hand;
}
