/* Diplays the custom graphics for the login screen*/
#login form   {
	background: #efeee0 url("images/custom_login.png") no-repeat center top;
	padding-top: 120px }

/* Hides the default Wordpress Login content*/	
#login form  {
	border: solid 3px #dfdecb;
	-khtml-border-radius: 0;
	-khtml-box-shadow: none;
	-moz-border-radius: 11px;
	-moz-box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	border-radius: 0px;
	box-shadow: none }

#login h1  {
	display: none }

/* Hides the default Wordpress Admin footer content*/	
#footer {
	display:none;}

/* Hides the default Wordpress Admin header content*/	
#wphead  {
	display:none;}
	
/*Custom classes for the Wordpress Admin header*/		
#wphead_custom  {
	background: #efeee0;
	height: 100px;
	border-bottom: 4px solid #dfdecb }
#wphead-info {
	padding-top:27px;}

#header-logo_custom {
	float: left;}

/*Custom classes for the Wordpress Admin footer*/	
#footer_custom  {
	text-align: center;
	display: none;
	margin: auto;
	width: 500px;
	height: 100px;
	clear: both }

#footer_custom .docs {
	padding-top: 0px;
	line-height: 100%;}

#footer_image {
	border:none;}
	
 /* Custom Postioning Value to make the plugin work with Ozh's Drop Down Menu 	
#ozhmenu {
   top:-147px;}*/
#registerform input {
	background-color: #fff;
	margin-bottom: 15px;
	border: solid 1px #dfdecb }
