body,td,th {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background:#A6E5E9;
	margin:0px;
}
input, select, textarea {
	border:1px solid #93B941;
	background:#E4FECC;
}
#map_key {
	width:200px;
	border:1px solid #93B941;
	background:#E4FECC;
	padding:10px;
}
#map_key .title {
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #93B941;
}
#login {
	width:400px;
	border:1px solid #D9D580;
	background:#FFFF99;
	padding:10px;
	position:absolute;
	top:200px;
	left:212px;
	z-index:8;
}
#update_status, #successful {
	width:300px;
	border:1px solid #FF9933;
	background:#FFCC99;
	padding:10px;
	position:absolute;
	top:200px;
	left:212px;
	z-index:7;
}
a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dashed #999999;
}
a:hover {
    color: #f00;
	text-decoration:underline;
	border:0;
}