html {
	background-color: #FFF;
}

#login {
	background:transparent;
	width: 320px;
}

#login form {
	/*border:none;
	margin-top: 0px;
	-webkit-box-shadow: none;*/
	margin-left:8px;
	padding:16px 16px 40px 16px;
	font-weight:normal;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:5px;
	background:transparent;
	border:1px solid #e5e5e5;-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;box-shadow:rgba(200,200,200,1) 0 4px 18px;
}

/*  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: transparent;
}

/*  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:#777;
	-moz-box-shadow:none;
}

#login label {
	color:#777;
}

/*  This hides the WordPress logo. The height parameter also adjust where the 
    first input or message box begins. 
*/
h1 a {
	background:url(http://www.blinkdigital.com.au/images/logo-login.gif) no-repeat top center;
	width:326px;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom:15px;
	display:block;
}

/*  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;	*/
	margin:0 0 0 8px;padding:16px;
	text-shadow:rgba(255,255,255,1) 0 1px 0;
}

.login #nav a, .login #nav a:hover {
	color:#21759B !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: 0px,0px,16px,8px;
}

#login #login_error {
	margin:0 0 16px 8px;
	border-width:1px;
	border-style:solid;
	padding:12px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/*  Form input box attributes. 
*/
#user_pass, #user_login, #user_email {
	font-size: 24px;
	width: 97%;
	/* width:318px; this width is the same as 94% */
}
