* {
    margin: 0;
    padding: 0;
}
body {
    background: #bcd1e0 repeat;
    font : 11px/1.5 Trebuchet MS,Tahoma,Verdana,"Lucida Grande",Helvetica,Arial,sans-serif;
    text-align: center; /* IE6 hack */
    margin-top: 100px;
}
#wrapper {
    margin: 0 auto;
    width: 600px;
    display: block;
    text-align: left;
}
#login {
    width: 600px;
    display: block;
    border: 4px solid #FFFFFF;
}
#header {
    background: #769CB7 url('../img/blue_lock.png') no-repeat;
    background-position : 470px -10px;
    width: 600px;
    height: 108px;
    display: block;
}
#header h1 {
    float: left;
    width: 300px;
    height: 64px;
    display: block;
    margin: 30px 0px 0px 20px;
}

#header h1{
    display: block;
    background: url('../img/logo_txt.png') no-repeat; /* Logo URL */
    overflow: hidden;
    width: 300px;
    height: 75px;
    display: block;
    text-indent: -5000px;
}

form {
    padding: 10px 0px 10px 60px;
}

label {
    color: #000000;
    float: left;
    font-size: 14px;
    width: 120px;
    height:  25px;
    display: block;
    line-height: 25px;
}
input {
    border: 1px solid #d0ccb3;
    background: #ffffff;
    width: 150px;
    height:  15px;
    padding: 5px;
    float: left;
}
input.submit {
    width: auto;
    height: auto;
    border: none;
    background: none;
    float: none;
    padding: 0px;
    margin: 0px 0px 0px 119px;
}

ul {
    list-style-type:none;
}

/* @group Messages */

ul.messages li.info, li.warning, li.error {
    background-position: 5px 1px;
    min-height: 28px;
    padding: 9px 0px 0px 60px;
    margin: 20px 0px 5px 0px;
}

ul.messages li.info {
    background: #ecf7fe url('../img/msg-info.gif') 12px 1px no-repeat;
    border: 1px solid #caeaff;
    color: #2288c7;
}
ul.messages li.warning {
    background: #fff6e0 url('../img/msg-warn.gif') 12px 1px no-repeat;
    border: 1px solid #fbdf9c;
    color: #f9a900;
}
ul.messages li.error {
    background: #ffe7dc url('../img/msg-error.gif') 12px 1px no-repeat;
    border: 1px solid #fa7050;
    color: #e2350d;
}
/* @end */

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0;
    padding:0;
    background:transparent;
}
#login_subhead {
    height: 23px;
    width: 600px;
    display: block;
    color: #ffffff;
    font-size:12px;
    text-indent: 20px;
    line-height: 23px;
    background: #224B68;
    margin-bottom: 20px;
}
#footer {
    width: 600px;
    height: 30px;
    display: block;
    background: #224B68;
    color: #ffffff;
    line-height: 32px;
    font-size: 10px;
    text-indent: 90px;
    margin-top: 10px;
    border-top: 1px solid #968e86;
    border-bottom: 1px solid #968e86;
}
