/*login screen*/

#login h1 a	{
	/*change according to image of logo*/
	/*full is 320, so add margins according to wide: 320 - width / 2
	 */
	width:300px; 
	height:167px !important;
	margin-right:10px;
	
}

/*admin bigger title for WordPress 3.2+*/

h2.alert {height:30px !important; color:#FFEF03 !important;
			font-family:arial !important; font-size:18px !important; 
			margin-top:0; background:red; font-weight:bold !important; text-align:center !important;}

.wp-admin #wphead {
	height: 42px;
}
.wp-admin #wphead h1 {
	font-size: 28px;
	font-family:Arial;			
}
.wp-admin #header-logo {
	b ackground-image: url("images/logo.gif");
	background-size:32px 32px;
	width:32px;
	height:32px;
}
.wp-admin .wrap h2 {
	font-size:16px;
	padding-top: 1px;
	padding-bottom: 0px;
	height:20px;
}
.wp-admin .icon32 {
	display:none;
}