* {margin:0;padding:0;}

.right { text-align:right; }
.alert { color:#FF0000; font-size:10px; line-height:9px;}
.hidden { display:none; }

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align:center;
}
a {
	text-decoration:none;
	color: #ddd;
}
a:hover {
	text-decoration:underline;
}
h1 {
	width:655px;
	height:103px;
	margin:0 auto;
	background:transparent url('title.gif') top center no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
}
p { font-size:12px; margin: 0 0 10px 0; }

#header {	
	padding: 0 0 10px 0;
}
#content {
	background: #000 url('bg.PNG') top left repeat;
	text-align: center;
	padding:10px 0;
	border-top:2px solid #303030;
	border-bottom:2px solid #303030;
}
#confirmed {
	background:#303030;
	border: 2px solid #ff0;
	padding:10px;
	text-align:left;
	width:380px;
	margin: 10px auto;
}
#confirmed p {
	font-size:16px;
	margin:0;
}
form#the_form {
	width:500px;
	margin:0 auto;
}
label {
	display:block;
	text-align:left;
	font-size:1.5em;
	background:#000;
	padding:5px;
	float:left;
	border:2px solid #555;
	border-bottom:0;
	
}
label.error {
	background:#ff0;
	color:#000;
	float:none;
	border:none;
}
input[type=text],input[type=email] {
	border:none;
	background:#f93;
	height: 23px;
	width:490px;
	padding: 5px;
	font-size:1.5em;
}
textarea {
	border:none;
	background:#f93;
	height: 190px;
	width:490px;
	padding: 5px;
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=submit] {
	border: 6px double #000;
	background:#f93;
	padding: 3px;
	height: 40px;
	width: 120px;
}
#footer {	
	padding: 10px 0 10px 0;
}
