body.login{
		background-color: #9d9c9d;
	*background-color: #9d9c9d;
	background-image: -moz-linear-gradient(top, #ffffff, #9d9c9d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#9d9c9d));
	background-image: -webkit-linear-gradient(top, #ffffff, #9d9c9d);
	background-image: -o-linear-gradient(top, #ffffff, #9d9c9d);
	background-image: linear-gradient(to bottom, #ffffff, #9d9c9d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9d9c9d', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border:none;
}

.login h1 a{
	background-image:url(../img/login-logo.png);
	background-size:auto;
	height: 163px;
    width: 280px;
}
#login{ padding:71px 0 0;}
.login form{
	background:#151515;
	margin-bottom:22px;
	padding-bottom:16px;
}
.login label{
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:3px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.login form .forgetmenot label{
	font-weight:normal; 
	color:#cdcdcd;
}
#wp-submit{
	background: none repeat scroll 0 0 rgb(180, 0, 0);
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
	border: medium none;
    color: rgb(255, 255, 255);
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 31px;
    letter-spacing: 1px;
    text-shadow: -1px -1px 1px rgb(0, 0, 0);
    width: 113px;	
}
.login #nav, .login #backtoblog, .login #nav a, .login #backtoblog a{
	margin:0;
	font-size: 14px;
	text-align:center;
	color:#151515;
}
.login #nav a:hover, .login #backtoblog a:hover{
	text-decoration:underline;
	color:#b40000;
}
.login input[type="text"], .login form input[type="password"]{
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.login input[type="text"]{ font-weight:normal;}
.login #wp-submit{
	text-shadow:0px -1px 1px #7a0000;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
