body {
	background:#000 url('index_images/bg.png') top center no-repeat;
	margin:25px 0px 50px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1.5px;
	color:#fff;
}

a {
	font-size:inherit;
	color:#00a2c4;
	text-decoration:none;
	font-weight:inherit;
}

img { border:none; }

form { margin:0px; padding:0px; }

.container {
	width:900px;
	margin:0px auto;
}

.blue, #counter .slash { letter-spacing:inherit; color:#009ec1; }

.white { letter-spacing:inherit; color:#ffffff; }

.input {
	border:5px #00667d solid;
	background:#003946;
	height:20px;
	color:#ffffff;
	font-size:11px;
	padding:0px 7px;
	padding-top:4px;
	margin-right:3px;
	font-weight:bold;
	width:195px;
	letter-spacing:1px;
}

.checkbox_off, .checkbox_on {
	display:block;
	float:left;
	border:3px #00667d solid;
	background:none;
	height:12px;
	width:12px;
	margin-right:10px;
	cursor:pointer;
}

.checkbox_on { background:url('index_images/check.png') top left no-repeat; }

.submit { width:138px; height:26px; }

.left { float:left; }

.clear { clear:both; width:1px; height:1px; }

#error {
	display:none;
	margin-top:10px;
	color:#990000 !important; 
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer; 
}

#success, #validate {
	margin-top:10px;
	cursor:pointer;
}
#container { min-width:900px; }

#links { 
	text-align:right;
	color:#626262;
	font-weight:bold;
	margin-bottom:20px; 
}

#bar {
	background:url('index_images/bar.png') top left repeat-x;
	width:100%;
	height:33px;
	line-height:33px;
}

#countdown { display:none; }

#counter { 
	color:#656565; 
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:4.4px; 
}

#counter .slash { margin:0px 5px; }

#logo { margin-top:75px; }

#logo h1, #logo ul { display:none; }

#signup {
	color:#656565;
	margin-top:15px;
	font-weight:bold;
	text-align:center;
}

#signup .phrase1 { letter-spacing:2px; }

#signup .phrase2 { letter-spacing:3px; margin-right:15px; }

#signup .label_text { line-height:18px; letter-spacing: 3px; }

#submit {
	margin-top:30px;
	text-align:center;
}
