/* 
Document   : custom-login
Created on : date and time 
Author     : created by 
Description: Purpose of the stylesheet follows.
*/
/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html {background:white!important;}
body{border-bottom-style:solid;border-bottom-width:30px;border-top-style:solid;border-top-width:30px;}
body, #wpbody, .form-table .pre {color:#333333;}
body.login {border-bottom-color:#464646;border-top-color:#464646;}
h1 a{background:url("../images/wp-logo.png") no-repeat scroll 0 0 transparent;display:block;padding-bottom:15px;text-indent:-9999px; width:356px;margin: 0 auto}
#login {margin:15% auto;width:350px;}
form{background:none repeat scroll 0 0 #E5E5E5!important;}

body {
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 0px;
}
#backtoblog {
	display:none;
}
#login {
    margin: 1em auto;
}
#login h1 {
	display:none;
}
/*
#loginform p + p + p {
	display:none;
}
*/
#nav {
    text-shadow: none;
}
