*
{
	color: #313131;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

body
{
	text-align: left;
	background:#ccffcc;
}

#middlediv
{
	position:absolute;
	height:0;
	width:0;
	left:50%;
	top:25%;
}

#box
{
	position:absolute;
	height: 200px;
	width: 520px;
	top: -100px;
	left:-260px;
}

#box h1
{
	font-weight: bold;
	color: #218131;
	font-size: 24pt;
	letter-spacing: -1px;
	font-weight: bold;		
	margin-bottom:10px;
	border-bottom:2px solid;
	padding-top:15px;
	padding-bottom:10px;
	text-align: center;
}

#box h2
{
	font-size:  10pt;
	text-align: left;
}

#box p
{
	text-align: left;
	margin-left: 40px;
}

#box textarea
{
	font-family: monospace;
	margin-left: 40px;
}

#box ul
{
	list-style: none;
	margin-left: 150px;
	margin-bottom: 50px;
}

#box ul li
{
	margin-right:5px;
	float:left;
	height:35px;
	width:75px;
}

#box ul li a
{
	text-decoration: none;
	color:#d4fe83;
	float:left;
	background:#41a151;
	display:block;
	line-height: 35px;
	height:35px;
	width:75px;
	text-align: center;
}

#box ul li a:hover
{
	background:#61c171;
	color:#d4fe83;
}

#box #check
{
	margin-left: 50px;
	text-align: left;
}

