@charset "utf-8";

a, a:link, a:active, a:visited {
	color: #e91e24;
}
a:hover {
	color: #333333;
}
body, html {
	border: 0px;
	height: 100%;
	margin: 0px;
	width: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #666666;
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	left: 50%;
	margin-left: -338px;
	position: absolute;
	top: 380px;
	width: 676px;
}
#desc {
	left: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	width: 100px;
}
form {
	padding: 0;
	margin: 0;
}
#form {
	left: 50%;
	margin-left: 30px;
	position: absolute;
	top: 460px;
	width: 300px;
}
#form .caption {
	font-weight: bold;
	white-space: nowrap;
}
#form .field input.text {
	border: 1px solid #ccc;
	width: 150px;
}
h1 {
	font-size: 20px;
}
#rules {
	left: 50%;
	font-size: 13px;
	margin-left: -365px;
	padding-bottom: 2em;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 810px;
	width: 724px;
}
#rules a {
	font-weight: bold;
}

