html, body, div, h1,p,
a, form, label {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
background: #FFF url(login_bg.jpg) repeat-x;
font:84.85%/120% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
color: #8996A0;
}

#divWrapper {
position:absolute;
width:100%;
height:1px;
top:50%;
overflow:visible;
}

#divContent {
position:absolute;
left:50%;
width:308px;
margin:-120px 0 0 -250px;
background: #FFF url(cms_login_bg.jpg) no-repeat 0 0;
padding-left:190px;
border:1px solid #DBDFE2;
}

#logo {
position: absolute;
top: 0;
left: 0;
}

h1 {
font-size:1.72em;
font-weight:normal;
padding:60px 0 0 0;
margin:0 0 22px 0;
}

p {
padding:0 0 64px 0;
}

a,a:visited {
color:#372E7B;
text-decoration:none;
border-bottom:1px solid #F3AF32;
}

a:hover {
color:#006699;
border-bottom:1px solid #fc0;
}