/* 
Document   : custom-login
Created on : 29 Jan 2011
Author     : Beth Lee, after Charly Leetham
Description: Style the Wordpress Login page.
*/

h1 a{
	background:url("/wp-admin/images/logon-sharp.jpg") no-repeat scroll 0 0 transparent;
	display:block;
	width:310px; 
	height: 70px; 
	margin: 0 auto;
}
#login {
	margin: 10% auto;
	width:320px;
}
form{
	background:none repeat scroll 0 0 #ffffff !important;
	margin: 0 4px;
}