#login {
	background:url( images/login-bkg-tile.png ) center top no-repeat;
	width: 380px;
}

#login form {
	margin-top: 0px;
}

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

.login #nav a {
	color:#fff;
}

#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 24px;
}

#login #login_error {
	padding: 12px;
	margin: 15px 26px 0px 24px;
}

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

#login form .submit input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	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: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: -6px;
}

.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
	padding: 3px;
	background-color: #fff;
	color: #7c0202;
	border-color: #fff;
}

.button[disabled], .button:disabled {
	background-color: #fff;
}

.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
	border-color: #000;
}

.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover, #media-upload a.delete:hover {
	color: #000;
}

.button-secondary:hover, #login form .submit input:hover {
	border-color: #000;
}

ul#category-tabs li.ui-tabs-selected, .button-secondary, #quicktags, #login form .submit input {
	background-color: #fff !important;
}

.button-primary,
.submit .button-primary,
#login form .submit input {
	border-color: #ffffff !important;
	font-weight: bold;
	color: #FFF !important;
	background: #ffffff url(images/button-grad.png) repeat-x scroll left top;
}