body {
	font-family: Arial;
}

a {
	color: black;
}

#drop {
	padding-left: 15px;
	padding-bottom: 15px;
	font-family: Verdana;
	font-size: 12px;
}

#popup {
	display: none;
	border: 10px solid #333333;
	padding: 5px;
	position: absolute;
	top: 100;
	left: 50;
	width: 650px;
	background-color: white;
}

#map {
	position: relative;
	top: -1px;
}
html>body #map {
	top: -3px;
}

img {
	border: 0px;
}

#email {
	position: relative;
	top: 59px;
}
html>body #email {
	top: 57px;
}

#buttons {
	position: relative;
	top: 1px;
	text-align: right;
}