html,body {
	height: 100%;
	margin: 0px;
}

body {
	font-family: sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#map_canvas {
	height: 100%;
	width: 100%;
}
.myMarker p {
	font-size: smaller;
	font-weight: bold;
	margin: 0ex;
	height: 1.2em;
}

.myMarker label {
	font-weight: normal;
	display: block;
	float: left;
	width: 10ex;
	height: 1.2em;
}

.box {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 110px;
	width: 200px;
	max-width: 50%;
	margin: 40px 10px 10px auto;
	overflow: auto;
}

#atclistbox {
	top: auto; 
	height : 100px;
	bottom: 10px;
}

.box .bg{
	background-color: white;
	opacity: 0.3;
	height: 100%;
	width: 100%;
	position: absolute;
}

.box * {
	margin: 0px;
	font-size: 95%;
}

.wrapper {
	background-color: #b0e0e6;
	padding: 5px;
	opacity: 0.7;
	z-index: 2;
	position: relative;
}

#atclistbox .wrapper {
	background-color: #ffa07a;
}

.wrapper:hover {
	opacity: 1;
}

.box h4 {
	display: inline;
}
.box label input {
	margin-left: 1ex;
	margin-right: 1px;
}
.box ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid silver;
}

.box li {
	margin: 2px 0px;
	padding: 0px;
}
.box input {
	position: relative;
	margin-left: -3ex;
	margin-right: 1ex;
	top: 2px;
}

#logo {
	position: absolute;
	bottom: 2px;
	left: 200px;
}

#footer {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#footer a {
	padding: 2px;
	background-color: white;
	font-size: 8pt;
	opacity: 0.8;
}
.warning {
	color: white;
	background-color: #b22222;
	padding: 1px;
	display: none;
}