@charset "utf-8";
/* CSS Document */

body {
	background-color: #818181;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-indent: 10px;
	vertical-align: bottom;
}
#layer {
	position: absolute;
	visibility: hidden;
	width: 255px;
	height: 170px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

