body{
	margin-left : auto;
	margin-right : auto;
	width:880px;
	border-top-width:50px;
	background-color:#283A9D;
	border-top-color:#1D2970 !important;
}

#login {
	background:url( images/login-bkg-tile2_modified4.jpg ) no-repeat;
	width: 880px;
	height:445px;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:115px;
	}

#login form {
	border:none;
	-webkit-box-shadow: none;
	filter:Alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin: 10px 6px 0px 560px;
}



/*  This makes the core background color for the login form transparent so 
    your graphic will show through in all three form states. 
*/
#loginform, #registerform, #lostpasswordform {
	background-color:#4D6088;
	width:250px;
}

/*  If you have a light background as your login form graphic, change the color
    here. #fff = white, #000 = black. This changes the Username, Password and 
    'Remeber Me' text color. 
*/
form {
	color:#fff;
	-moz-box-shadow:none;
}

#login label {
	color:#fff;
}

/*  This hides the WordPress logo. The height parameter also adjust where the 
    first input or message box begins. 
*/
h1 a {
	background: transparent;
	height: 122px;
	width: 380px;
}

/*  Even though this is the navigation div for the links at the bottom of the 
    login form, it also controls the bottom image that gives the login form a 
    nice curved corner feel. 
*/
#nav {
	background:url( images/login-bkg-bottom.gif ) center bottom no-repeat;
	width:380px;
	height:45px;
	text-indent: 26px;
	margin:0px; padding: 0px;
	text-shadow:none;	
}

.login #nav a, .login #nav a:hover {
	color:#fff !important;
}

#login form .submit input {	
	margin-right: 11px;
}

/*  Attributes for the errors and messages box. These can be broken up if you 
    want to display a differnet color scheme for messages and errors. 
*/
#login p.message {
	padding: 12px;
	margin: 10px 26px 0px 560px;
	width:255px;
}

#login #login_error{
	padding: 12px;
	margin: 0px 26px 0px 560px;
	width:255px;
}
/*  Form input box attributes. 
*/
#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 94%;
	/* width:318px; this width is the same as 94% */
}

#backtoblog a{
	font-size:26px;
	margin-left:auto;
	padding-left:35px;
}

