html, body {

	font-family: "Lucida Grande","Lucida Sans Unicode", "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #e8e8e8;
	
	height: 100%;
}


* {

	font-family: "Lucida Grande","Lucida Sans Unicode", "Arial", "Verdana", sans-serif;
}


.loginWrapper {

	width: 385px;

	border:0 none;

	left:50%;
	margin-left:-185px;
	margin-top:-115px;
	position:absolute;
	top:50%;
}

.loginArea {

	width: 385px;
	height: 237px;
	
	background-image: url(../../images/login_20090430/loginBG.png);

} 

.loginArea form {

	position: relative;
	top: 50px;
	left: 215px;
	
	height: 150px;
	width: 113px;

}

.loginArea form input {

	width: 113px;
	height: 22px;
	
	line-height: 22px;
	
	background-image: url(../../images/login_20090430/inputFieldBG.gif);
	background-repeat: no-repeat;
	
	background-color: transparent;
	
	border: 0 none;
	margin: 0;
	padding: 0;
	
	outline: 0;
	
	text-indent: 4px;
	
	
	margin-bottom: 10px;

	font-size: 11px;
	padding-top: 2px;
}

.loginArea .loginButton {


	width: 113px;
	height: 24px;
	
	line-height: 16px;
	
	background-image: url(../../images/login_20090430/submitButtonBG.gif);
	background-color: transparent;
	
	border: 0 none;
	margin: 0;
	padding: 0;
	
	outline: 0;
	
	text-indent: 3px;	
}

.loginArea form .loginButton:hover {

	background-image: url(../../images/login_20090430/submitButtonBG_hover.gif);
	background-color: transparent;
}

.loginArea form .loginButton:focus {

	background-image: url(../../images/login_20090430/submitButtonBG_hover.gif);
	background-color: transparent;
}


.loginArea form label {

	margin-bottom: 5px;
	font-size: 12px;
}

.copyRight {

	width: 384px;
	text-align: center;
	font-size: 11px;
	
}

.loginError {

	text-align: center;
	font-size: 11px;
	color: #ff0000;
	
}

.copyRight a {

	text-decoration: none;
	color: #000000;
}