body, html{
 	background-color: #fff !important;
}

#login{
	width: 720px;	
	min-height: 300px;
	margin-top: 100px;
}
h1{
	width:320px;
	float:left;
	margin-top:50px;
}
h1 a{
	background: url("library/images/logo-search-ub.jpg") no-repeat scroll center top transparent;
	height: 120px;
}

form{
	z-index: 100;
	border:none;
	width: 300px;
	float:right;
	box-shadow: none;
}

#nav, #backtoblog{
	clear:both;
	position: relative;
	right: 0;
	float:right;

}