/* LOGIN FORM */

body.login {
    background: #efefef;
}

body.login #header {
	overflow: auto;
	height: auto;
	background: url(../img/bg_top.png) repeat-x bottom left;
}

#branding {
	height:45px;
	top: 0;
	position: relative;
}

#branding h1 {
	color: #0e62a2;
	text-align: center;
}