body, td, th { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}

img {
	border: 0px;
}

a:active, a:focus, a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0033FF;
	text-decoration: underline;
}

a.grey:active, a.grey:focus, a.grey:link, a.grey:visited {
	color: #999999;
	text-decoration: underline;
}

a.grey:hover {
	color: #999999;
	text-decoration: underline;
}

div.map_big {
	width: 470px;
	height: 540px;
}

div.map_small {
	width: 140px;
	height: 110px;
}

.error {
	color: red;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
}

.submit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	font-weight: bold;
	width: 120px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 500px;
	height: 100px;
}

div.auto_complete {
	position: absolute;
	width: 350px;
	background: #fff;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

div.auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.auto_complete ul li.selected {
	background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}
.markerTooltip {
	background: white;
	padding: 4px 6px;
	white-space: wrap;
	border: #333 solid 1px;
	-moz-border-radius: 10%;
	-moz-opacity: 75%;
	opacity: 0.75;
	z-index: 999999;
}

