/* CSS Document */
body{ margin:0 0 20px 0;
	text-align:center;
	background:url(../images/fightclub.jpg) top center no-repeat #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555; 
	}
.space{
	height:210px;
}
#player { 
	width:680px;
	margin:0px auto; 
	margin-bottom:10px;
	text-align: center; 
}
#form { 
	width:420px; 
	margin:30px auto; 
}
#form .input {
	width:285px;
	height:18px; 
	float:left;
	margin:2px 10px 0 27px;
	border:0;
	}
#form .btn { 
	width:90px;
	height:20px; 
	border:0;
	cursor:pointer;
	margin:0;
	display:block;
	float:left; 
}
#form p,#form h2 { 
	text-align: left;
	font-size: 14px; 
	}
p.err {
	clear:left; 
	margin-left:24px;
	color:#fff;
	margin-top:2px;
}
#form p.hint { width:300px; font-size: 11px; }
a:link,a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}