/*************************************
custom login screen css
------------------------------------*/

body.login {
	padding-top: 50px;
	margin-top: 0;
}

#login {
    margin: 0 auto;
    padding: 20px;
    width: 350px;
	position: relative;
	background: url(../images/lighter_30.png) center top no-repeat #000;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	
}

.login h1 a { width: 100% !important; }

.login .register {
	margin: 0;
}

.login form {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	background: transparent;
	border: none;
	padding: 26px 0 50px;
}

div.updated, .login .message {
    /*background-color: transparent;*/
    border-color: none;
	margin-left: 0;
}

#login_error, .message {
    border: none;
    margin: 0 0 16px 0;
    padding: 12px 0;
}

form, #lostpasswordform {
    background: none repeat scroll 0 0 transparent;
	border: none;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
    font-weight: normal;
    margin-left: 0;
    padding: 20px 0;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

body.login form .input {
	border: none;
	margin: 5px 0 15px 0;
	width: 100%;
	padding: 10px;
	background-color: #F1F1F1;
	-webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px;
	font-size: 14px;
}

body form label, #nav a {
	text-decoration: none;
}

#reg_passmail {
	position: absolute;
	left: 22px;
	bottom: 18px;
	width: 60%;
}

#user_email { width: 94%; }

.login form { margin-left: 0; }

.login form .forgetmenot label {
    font-size: 11px;
}

form .submit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	text-align: right;
}

#backtoblog {
	display: none;
}

.login #nav, .login #backtoblog {
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
}

.login #nav, .login #backtoblog {
	text-shadow: none;
}

div.updated, .login .message {
	color: 333;
	background-color: crimson;
	border: none;
}

#nav a {
    padding: 2px 10px;
}

#wp-submit {
	-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
	font-size: 10px;
	position: absolute;
	right: 25px;
	bottom: 15px;
}

#lostpasswordform #wp-submit { right: 0; bottom: 0; }
#lostpasswordform p.submit { width: auto; }

form .forgetmenot {
	position: absolute;
	left: 22px;
	bottom: 15px;
}

form .forgetmenot label {
	font-size: 11px;
}

div.error, .login #login_error {
	padding-left: 10px;
	padding-right: 10px;
	color: crimson;
	line-height: 20px;
	background-color: PeachPuff;
}

.login #login_error a {
	text-decoration: none;
}

#rememberme {
	display: block;
	float: left;
	margin-right: 10px;
}