@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
	color: #F00;
}

#container {
width: 100%;
height: 100%;
}

#content {
	width:400px;
	background:#fff;
	text-align:center;
	border: 1px dotted #000;
}
tr .info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #F60;
	font-weight: bold;
	background-color: #FFC;
	padding: 2px;
}
tr .green {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	background-color: #093;
	padding: 2px;
	white-space: nowrap;
}

legend {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
fieldset .star {
	font-weight: normal;
	color: #F00;
	vertical-align: middle;
}
tr .test {
	text-align: center;
}
.master a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999;
}
.master a:visited {
	background-color: #999;
}
.master a:hover {
	color: #00F;
}
.master a:active {
	color: #999;
}
