@font-face { font-family: Terminator; src: url('/terminator.otf'); }

body {
	background:url(/images/grunge.jpg) top center repeat-x scroll;
	padding:0px;
	margin:0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	width:960px;
	height:132px;
	background:url(/images/header.jpg) center no-repeat scroll;
}

#content {
	width:600px;
	margin:0 auto;
	color:#FFF;
}

#signup {
	width:960px;
	height:100px;
	padding-top:40px;
}

#footer {
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	padding-top:10px;
	padding-bottom:40px;
}

#player {
	width:600px;
	height:338px;
	margin:0 auto;
}

#ie6 {
	width:600px;
	height:0px;
	visibility:hidden;
}

#form {
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	width:460px;
	padding:10px;
	margin:10px auto;
	position:relative;
	color:#000;
}

#clear {
	clear:both;
}

.logo {
	margin-top:20px;
}

.hr {
	margin:0 0 10px 0;
	padding:0px;
	height:2px;
	background-color:#F00;
}
.password {
/*font-size : 12px;
border : 1px solid #cc9933;
width : 200px;
font-family : arial, sans-serif;*/
}
.pstrength-minchar {
font-size : 10px;
}

.tinytxt {
font-size : 10px;
}

.pass_match {

color:#090;
}

.pass_no_match {

color:#f00;
}

.submit {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	border: 0px;
	margin: 5px;
	padding: 5px;
	background-color:#900;
	color:#fff;
	cursor: pointer;
}

.submit:hover {
	background-color:#500;
}

legend {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	border: 0px;
	margin: 5px;
	padding: 10px;
	background-color:#900;
	color:#fff;
}

form fieldset {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	border: 0px;
	margin: 5px;
	padding: 10px;
	background-color:#fff;
}



h1 {
	font-family:Terminator, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#FFF;
}

#form h1 {
	color:#fff;
}

a {
	color:#F00;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	
}