@charset "UTF-8";
body {
	font: 100% Helvetica;
	font-family: sans-serif;
	font-size:10px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #203360;
}

#wrapper {
	width: 860px;
	margin:0 auto;
	text-align:left;
}

#header {	
	width: 860px;
	height: 82px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header-logo {
	width: 300px;
	margin:30px 0px 0px 20px;
	float:left;
}

#header-login {
	width: 450px;
	margin:12px 20px 0px 0px;
	float:right;
	text-align:right;
}

.loginbttn {
	background:url(../images/loginbttn.png) no-repeat;
	border:none;
	width:46px;
	height:22px;
}

.signupbttn {
	background:url(../images/signupbttn.png) no-repeat;
	border:none;
	margin:3px;
	width:59px;
	height:22px;
}

#container {
	background: url(../images/contentbg.png);
	width: 860px;
	height: 379px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#main-content {
	width: 415px;
	height: 339px;
	float: left;
	padding: 20px;
}

#error-box{
	padding:200px 0px 0px 200px;
}

#reg-text {
	font-size:20px;
	width: 300px;
	float: right;
	margin:20px 50px 0px 0px;
}

#reg-foot {
	font-size:10px;
	width: 300px;
	float: right;
	margin:20px 50px 0px 0px;
}

#registration {
	width: 300px;
	float: right;
	margin:10px 50px 0px 0px;
}

#footer {
	background: url(../images/footerbg.png);
	width: 860px;
	height: 60px;
	float:left;
}

#footerleft {
	color:#666;
	text-align:left;
	width: 200px;
	padding:10px 0px 0px 10px;
	float:left;
}

#footerright {
	text-align:right;
	width:500px;
	padding:0px 10px 0px 0px;
	float:right;
}

#footerright ul li {
	display:inline;
	padding:0px 10px 0px 0px;
}

.defaultText{
	color:#000000;
	font-style:normal;
}

.defaultTextActive, .defaultTextPassActive{
	color: #a1a1a1;
}