html {
	height: 100%
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial;
}

p {
	font-size: 12px;
}

#leftPanel {
	width: 20%;
	height: 100%;
	float: left;
	background-color: #def;
}

#leftPanel div {
	padding: 5px 10px 5px 5px;
}

#leftPanel div input,
#leftPanel div span {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

#leftPanel div input {
	line-height:30px;
	text-align: center;
}

#googleLink {
	font-size: 12px;
	overflow: hidden;
}

#mapDiv {
	width: 80%;
	height: 100%;
	float: right;
}

.legend {
	font-weight: bold;
	font-size: 12px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	line-height:40px;
	text-align: center;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}

.button:active {
	position:relative;
	top:1px;
}
