html {
	background: url("../images/loginscreen/background.jpg") repeat-x bottom center #FFF;
	height:100%;
}

#loginBox {
	background: url("../images/loginscreen/dialogback.jpg") no-repeat bottom;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -210px;
	margin-top: -125px;
	width: 420px;
	height: 255px;
}

#buttons {
	text-align: center;
}

#formB {
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#94b8d1;
}

.input {
	height:35px;
	border: 0;
	background: transparent;
	padding-top: 4px;
	margin: 0;
	font-size:20px;
	color:#005EAB;
	width: 380px;
}

.inputBox {
	max-height:35px;
	margin-top:2px;
	background: url("../images/loginscreen/input_right.gif") no-repeat top right;
}

#message, #messagetwo, #messagethree {
	font-size:10px;
	height:25px;
	line-height:10px;
	color:#F3461B;
	text-align:center;
}

#noscript {
	font-family:Verdana;
	margin:20px;
	border: 3px solid #F00;
	background: #FFF;
	font-size:13px;
	line-height:16px;
	padding:5px;
}

#registrationForm, #forgotPasswordForm {
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#94b8d1;
}

#registerButton, #cancelButton, #cancelButton2, #forgotPasswordButton {
	cursor: pointer;
}