html {
	background:#02547A url(../images/body_bg.jpg) 50% -145px no-repeat;
}

body {
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	color:#333333;
}

.login-container { 
	width: 686px; 
	height:402px;
	margin:7em auto;
	background:url(../images/login_bg.png) no-repeat;
}

.login-container label {
	color:#777777 !important;
}

.login-container input {
	color:#555555 !important;
	text-align:left !important;
}

.login-container a {
	color:#21759B !important
}

.login-container form {
	margin-left: 8px;
	padding: 130px 30px 35px;
	font-weight: normal;
	width:295px;
	height:240px;
	float:right;
	text-align:center;
}

.login-container form .forgetmenot { text-align:center; padding-top:10px; }

.login-error { color: red; padding: 4px; }

.title_username { 
	background:url(../images/login_title_username.jpg) 50% 0 no-repeat; 
	height:22px; 
	font-size:0px; 
	line-height:0px; 
	text-indent:-9999px; 
}

.title_email { 
	background:url(../images/login_title_email.jpg) 50% 0 no-repeat; 
	height:22px; 
	font-size:0px; 
	line-height:0px; 
	text-indent:-9999px; 
}

.title_pwd { 
	background:url(../images/login_title_pwd.jpg) 50% 0 no-repeat; 
	height:22px; 
	font-size:0px; 
	line-height:0px; 
	text-indent:-9999px; 
}

#user_pass, #user_login, #user_email {
	font-size: 24px;
	width: 97%;
	padding: 5px;
	margin-bottom: 10px;
	background:url(../images/login_text_bg.jpg) 50% 50% no-repeat;;
	border:0px;
}

.clear {
	clear: both;
}

.checkbox { vertical-align:bottom; margin:0px 5px 0 0; }

.footer-links {
	padding-top:10px;
	text-align:center;
}

.footer-links a {
	color:#fff !important;
	text-decoration:none;
}

.footer-links a:hover {
	text-decoration:underline;
}

.footer-links img {  
	margin:0 3px 0 0;
}
