body
{
	background-image: url('contestpage.jpg');
	background-repeat: no-repeat;
	margin: 0;
}
#container {
	position: relative;
	width: 900px;
	height: 929px;
}
#entry {
	margin-top: 250px;
	margin-left: 220px;
}
#error {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	color: #d1d4dd;
	position: absolute;
	left:50px;
	top: 0px;
	display: none;
	width: 100px;
	height: 50px;
}
#success {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	color: #d1d4dd;
	position: absolute;
	left:250px;
	top: 0px;
	width: 400px;
	height: 50px;
}
.smalltxt {
	font-size:.9em;
}
.info {
	position: absolute;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	color: #fff;
	width: 300px;
	height: 200px;
	left: 60px;
	top: 150px;
}
input {
	background-color: #000;
	height: 28px;
	/*color: #d0d4d3;*/
	color: #f0d4d3;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-indent: 5px;
	border: 0;
}

input.email {
	width: 315px;
	margin-top: 5px;
	filter: alpha(opacity=50);
 moz-opacity: .50;
    opacity: .20;
}
input.firstname {
	width: 240px;
	filter: alpha(opacity=50);
 moz-opacity: .50;
    opacity: .20;
}
input.lastname {
	width: 240px;
	filter: alpha(opacity=50);
 moz-opacity: .50;
    opacity: .20;
}
#firstname:hover {
	background-color: #222;
}
#lastname:hover {
	background-color: #222;
}
#email:hover {
	background-color: #222;
}
#submit_button {
	width: 85px;
	font-size:1.2em;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	margin-top: 5px;
	display: block;
	border: 0;
	background-color: transparent;
	color: #d0d4d3;
	text-decoration: none;
	
}
#submit_button:hover {
	color: #fff;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #d0d4d3;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
.score_a {
	position: absolute;
	right: 200px;
	top: 113px;
}
.score_b {
	position: absolute;
	right: 150px;
	top: 113px;
}
.score_c {
	position: absolute;
	right: 100px;
	top: 113px;
}
.score_d {
	position: absolute;
	right: 50px;
	top: 113px;
}
