*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	background: #000;
	padding: 10px;
}
h1
{
	background: url('../img/logo.gif') left top no-repeat;
	width: 318px;
	height: 155px;
	margin-bottom: 10px;
}
h1 span
{
	display: none;
}
h1 a
{
	display: block;
	width: 100%;
	height: 100%;
}
p
{
	margin-bottom: 10px;
}
form
{
	border: 1px solid #fefefe;
	padding: 10px;
	margin-bottom: 5px;
}
input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 5px;
}
label
{
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}
br
{
	clear: both;
}
#homepage
{
	position: relative;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	font-size: 0.8em;
}
#homepage h1, #homepage img
{
	display: block;
	margin: 0px auto !important;
}
#homepage h1
{
	margin-bottom: 10px !important;
}
#homepage label
{
	width: 50px !important;
}
#homepage h3
{
	margin: 0px auto;
	background: url('../img/message.jpg') left top no-repeat;
	width: 318px;
	height: 41px;
}
#homepage h3 span
{
	display: none;
}
#homepage p
{
	text-align: center;
	margin-top: 5px;
}
.small
{
	font-size: 0.9em;
	font-style:  italic;
	margin-bottom: 0.1em;
	color: #cfcfcf;
}
.button
{
	margin-bottom: 0px !important;
}
.home
{
	border: 0px !important;
}
.input
{
	width: 210px;
}
.error
{
	border: 1px solid #fd4900 !important;
}