* {
	margin: 0;
	padding: 0;
}
html{background:none !important;}

html {
	background-color: transparent;
}

body {
	color: #131313;
	font: 13px 'Lucida Grande', Verdana, Arial, sans-serif;
	cursor: default;
}


body a {
	text-decoration: none;
	outline: none;
	color: #06C;
}

body a:hover {
	text-decoration: none;
}

body a img {
	border: 0;
}

body .clear {
	clear: both;
}

body .hidden {
	display: none;
}

.login #backtoblog {
	position: absolute; 
	z-index: 20; 
	top: 247px; 
	left: 151px; 
	width: 500px; 
	height: 32px; 
	line-height: 6px;
	 border: 0; 
 }
.login #backtoblog a { display: inline; color: #fff; font-size: 12px; }
#login {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 400px;
    left: 50%;
    margin-left: -390px;
    margin-top: -200px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    position: absolute;
    top: 37%;
    width: 780px;
    z-index: 10;
}

#login h1 {
    margin-top: -69px;
    position: absolute;
    top: 24%;
    z-index: 10;
}

#login h1 a {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -20px;
	display: block;
	width: 175px;
	height: 40px;
}
#login form {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 186px;
	width: 481px;
	height: 60px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: -30px;
}
#login form p {
	float: left;
	width: 200px;
	height: 50px;
}

#login form p input.input {
	margin: 0;
	padding: 0 10px;
	border: 0;
	width: 157px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	outline: none;
	
}
#login form p input.button-primary {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	width: 79px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	
}

#login form#lostpasswordform p input.button-primary:hover {
	background-position: -140px 0;
}

#login form p.submit {
	padding-top: 18px;
	width: 80px;
	height: 32px;
}
#login form p.forgetmenot {
	display: none;
}

.login #login #nav {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 108px;
    top: 230px;
    z-index: 10;
}

#login p.message {
	position: absolute;
	z-index: 10;
	border: 0;
	border-radius: 0;
	margin: 0;
	top: 130px;
	left: 165px;
	padding: 0;
	padding-left: 30px;
	width: 476px;
	height: 23px;
	padding-top: 9px;
	line-height: 11px;
	font-size: 11px;
	color: #645200;
	
}


#login #login_error {
	position: absolute;
	z-index: 10;
	border: 0;
	border-radius: 0;
	margin: 0;
	top: 130px;
	left: 200px;
	padding: 0;
	padding-left: 30px;
	width: 476px;
	height: 32px;
	line-height: 32px;
	font-size: 10px;
	color: #760707;
	
	overflow: hidden;
}
#login #login_error a {
	color: #ff3434;
}
#login #login_error a:hover {
	color: #2f0404;
}