body
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	color: #000000;
	background: #ffffff;
}

a
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

div#header
{
	position: absolute;
	left: 25px;
	top: 25px;
}

div#content
{
	position: absolute;
	left: 25px;
	top: 50px;
}

input
{
	font-family: Verdana, Sans-serif;
	font-size: 10pt;
	color: #808080;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

input#text
{
	font-family: Verdana, Sans-serif;
	font-size: 10pt;
	color: #808080;
	width: 250px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

input#button
{
	width: 100px;
	border: 1px solid #cccccc;
}

input#button_2
{
	width: 150px;
	border: 1px solid #cccccc;
}

textarea
{
	font-family: Verdana, Sans-serif;
	font-size: 10pt;
	color: #808080;
	width: 500px;
	height: 250px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

span
{
	color: #ff0000;
}
