/* PIMP MY LOGIN CSS - www.skyminds.net */

/*  Top logo */
#login {	background:url( images/login-bkg-tile.png ) center top no-repeat;width: 380px;}
	
/*  Core background color for the login form transparent so your graphic will show through in all three form states. */
#loginform { background-color: transparent; 	margin-top:35px; width:330px; border:none; }
#registerform, #lostpasswordform {background-color: transparent;	margin-top:8px;}
#login form { margin-top: 0px; }

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

/*  This hides the WordPress logo. The height parameter also adjust where the first input or message box begins. */
h1 a {background: transparent;height: 86px;width: 380px;}

/* Navigation div for the links at the bottom of the login form + curved bottom image */
#nav {background:url( images/login-bkg-bottom.gif ) center bottom no-repeat; height:65px;width:100%; text-indent: 28px; margin:0px; padding: 0px;}
#nav a:active{color:#fff;}
#nav a:hover{color:#F00}

/*  Needed to keep it visible*/
#rememberme {background-color: transparent;border: transparent;}

/*  Login form button */
#login form .submit input {font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;padding: 5px 15px;	border: none;font-size: 13px;border-width: 1px;border-style: solid;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 5px;	cursor: default;text-decoration: none;	margin-top: -5px; margin-right:13px;}

/*  Attributes for the errors and messages box. These can be broken up if you  want to display a different color scheme for messages and errors. */
#login p.message {border: 1px solid #666;padding: 12px;background-color: #ee;margin: 72px 26px 0px 24px;}
#login #login_error {color: #fff;border: 1px solid #fff;padding: 12px;background-color: #c00;margin: 15px 26px 0px 24px;}

/*  Form input box attributes. */
#user_pass, #user_login, #user_email {font-size: 20px;width: 94%;}
