body {
	background-color: #333;
	font-family: Arial, sans-serif;
	margin: 0;
	height: 100%;
}

a img {
	border: 0;
}

#map {
	position: absolute;
	bottom: 0;
	right: 200px;
	left: 0;
	top: 0;
}
#amalist {
	background-color: #fff;
	position: absolute;
	bottom: 150px;
	right: 0;
	width: 200px;
	overflow: auto;
	top: 0;
}
#signup-button {
	background-color: #333333;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 152px;
	width: 200px;
}
#signup-form {
	display: none;
	background-color: #5a0000;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 250px;
	width: 200px;
	overflow: hidden;
}

#signup-form div {
	margin: 5px 10px 0 10px;
	padding: 5px;
	border-top: solid 1px #750000;
	border-left: solid 1px #750000;
	border-bottom: solid 1px #900000;
	border-right: solid 1px #900000;
	background-color: #820000;
	color: white;
	font-size: 9pt;
}
#signup-form div:first-child {
	margin-top: 10px;
}

#signup-form div input[type=text], #signup-form div input[type=password] {
	width: 160px;
	margin-bottom: 2px;
}

a.amateur {
	display: block;
	padding-top: 10px;
	padding-left: 60px;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 50px;
	border-bottom: solid 1px #ddd;
	background-color: white;
	background-position: 5px 5px;
	overflow: hidden;
}
a.amateur:hover {
	background-color: #e9e9e9;
}
a.amateur img {
	float: left;
}
a.amateur span.username {
	display: block;
	color: #820000;
	text-decoration: underline;
	font-size: 10pt;
}
a.amateur span.age {
	margin-top: 2px;
	display: block;
	color: #777;
	font-size: 9pt;
}

.marker {
	display: none;
	position: absolute;
	background-image: url(marker.png);

	width: 60px;
	height: 72px;
	
	font-family: sans-serif;
	font-size: 7pt;
	color: #fff;
}
.marker img {
	margin: 5px 5px 1px 5px;
}
.marker span {
	display: block;
	margin-left: 3px;
	margin-right: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.marker div {
	display: none;
	background-color: #222;
	position: absolute;
	width: 130px;
	height: 110px;
	top: -52px;
	left: -30px;
	z-index: 100;
}
