html {
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
}

body {
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
    background-color:#567DC8;
}

.loginBar {
   font-size:1px;
   line-height:234px;
   height:234px;
   position:relative;
   top:50%;
   margin-top:-117px;
   background-image:url('../images/login_bar.gif');
   text-align:center;
   white-space:nowrap;
}

.logo {
    display:inline-block;
    background-image:url('../images/login_logo.gif');
    width:140px;
    line-height:234px;
    height:234px;
    background-repeat:no-repeat;
    background-position:center center;
}

.separator {
    display:inline-block;
    background-image:url('../images/login_separator.gif');
    line-height:150px;
    height:150px;
    width:2px;
    background-repeat:repeat-y;
    background-position:center center;
}

.loginFields {
    display:inline-block;
    height:234px;
    line-height:234px;
    width:223px;
    position:relative;
    text-align:left;
}

.username {
    position:absolute;
    right:0px;
    top:53px;
    line-height:normal;
    display:block;
    font-size:12px;
}

.label {
    font-size:12px;
    color: #FFFFFF;
    font-family: arial;
    font-weight:bold;
}

input {
    background-color: #11397C;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    padding: 3px;
    width: 180px;
    margin-bottom:15px;
}

.button {
    background-image: url("../images/login_button.gif");
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    line-height:24px;
    display:inline-block;
    width: 120px;
    text-align:center;
    cursor:pointer;
}
