@charset "utf-8";
/* CSS Document */

#edtUsername {
	width:236px;
}

#edtPassword {
	width:236px;
}

#edtRegEmail {
	width:236px;
}

#menuArea {
	height:16px;	
}

#content {
	display:block;
	height:352px;
	margin-bottom:0px;
	max-height:352px;
	overflow:hidden;
}

.loginContainer{
	border:1px solid #294823;
	width:798px;
	height:350px;
	display:block;
	margin-right:2px;
	background:url(/images/loginsplash.jpg);
	overflow:hidden;
}

.loginboxtrans{
	width:315px;
	height:220px;
	display:block;
	position:relative;
	top:85px;
	left:30px;
	border:1px solid #000000;
	background: #C0D0DF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index:500;
}

.loginbox{
	font-weight:700;
	color:#121644;
	width:250px;
	height:180px;
	position:relative;
	display:block;
	top:-125px;
	left:66px;
	z-index:1000;
}

.loginButton{
	width:110px;
	margin:8px 13px 0px 125px;
	float:left;
}

.newUserButton {
    color: blue;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 9px 0 0 13px;
    width: 225px;
}
.rememberUsername {
	line-height:20px;
	margin-top:3px;
	margin-left:-3px;
}
.registerButton {
	width:110px;
	margin:16px 13px 0px 125px;
	float:left;
}

.loginTitle {
	color:#121644;
	font-size:15px;
	display:inline;
	padding-left:35px;
}

.loginError {
	color: #cc0000;
	margin: 4px 0px 4px 0px;
	font-size:12px;
}

.registerboxtrans{
	width:315px;
	height:150px;
	position:relative;
	top:-266px;
	left:409px;
	border:1px solid #000000;
	background: #C0D0DF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index:500;
	display:none;
}

.registerbox{
	font-weight:700;
	color:#121644;
	width:350px;
	height:180px;
	position:relative;
	display:block;
	top:-407px;
	left:450px;
	z-index:1000;
	display:none;
}
