body {
    background-color: #000000;
    font: normal 11px verdana,arial,sans-serif;
}

a {
    color: #4B87D7;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.text {
    color: #cccccc;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.field {
    color: #ffffff;
    background-color: #0C3070;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width: 120px;
    height: 18px;
    border: 1px solid #AFD7FF;
    background: transparent;
}

.foot {
    color: #777777;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.wrapper {
    margin: auto; 
    width: 750px; 
    padding-top: 200px;
}
.logo_img {
    float: left;
    width: 500px;
}

.login_pic2 {
    float:left;
    width: 250px;
    height: 250px;
    position: relative;
}

.customerID_wrapper {
    position: absolute;
    top: 150px;
    left: 10px;
}

.username_wrapper {
    position: absolute;
    top: 170px;
    left: 10px;
}
.password_wrapper {
    position:absolute;
    top: 190px;
    left: 10px;
}

.submit {
    position: absolute;
    top: 220px;
    left: 172px;
}

.input_label {
    display: block;
    width: 100px;
    float: left;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.input_fields {
    display: block;
    width: 100px;
    float: left;
    color: #ffffff;
    background: transparent;
    border: 1px solid #AFD7FF;
}
