body{
/*	background-color:#BCE6F4 !important;*/
}
div {
	font-family: arial, sans serif;
	font-size: 11px;
}
#geo_lookup {
	width: 146px;
	padding: 2px;
	border-style: none;
	border: 1px solid black;
}
#geo_suggest {
	width: 150px;
	border-top: 1px solid #cccccc;
	display: none;
}
#geo_suggest a {
	text-decoration: none;
	display: block;
	border: 1px solid #cccccc;
	border-top: 0px;
	background: #eeeeee;
	padding: 4px;
}
#geo_suggest a:hover {
	color: red;
	background: #f9f9f9;
}
form {
	padding: 0;
	width: 150px;
}
form label {
	display: block;
	width: 70px;
}
#search_form {
	width: 155px;
	/*float: left;*/
}
#search_results {
	width: 800px;
}
#geo_results {
	clear: both;
	padding: 10px;
	color: #ff0c19;
	font-size: 10pt;
	text-align: center;
}
div.geo_select {
	float: left;
	margin: 0 0 3px 3px;
}
div.geo_select select {
	width: 65px;
}
div.geo_wide, div.geo_text {
	margin: 0 3px;
}
div.geo_wide select, div.geo_wide label {
	width: 138px;
}