* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: white;
    font-family: Tahoma;
    font-size: 12px;
}

#login-form {
    width: 400px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -200px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(212, 212, 212);
}

#enter {
    position: relative;
    top: 5px;
    left: 10px;
    font-weight: bold;
    font-size: 12px;
}

#login-form fieldset {
    position: relative;
    left: 10px;
    top: 10px;
    width: 380px;
    height: 115px;
    border: 1px solid rgb(212, 212, 212);
    background: url(../images/mask.jpg) white no-repeat left top;
}

div#fields {
    position: relative;
    text-align: center;
    top: 50px;
}

div#message {
    position: relative;
    top: 55px;
    text-align: center;
    height: 16px;
    color: red;
}


div#disclaimer {
    position: relative;
    top: 65px;
    right: 5px;
    text-align: right;
}

#login-form input.text {
    height: 16px;
    border: 1px solid black;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
}

#username {
    font-family: Courier;
    width: 125px;
    padding-left: 15px;
    background: url(../images/username.gif) white no-repeat left;
}

#password {
    font-family: Courier;
    width: 122px;
    padding-left: 18px;
    background: url(../images/password.gif) white no-repeat left;
}

#login-form input.submit {
    vertical-align: middle;
}
