* {
    font-size:12px;
    font-family: verdana;
    color:#FFF;
    border:0px;
}

body {
    background-color: #2e4666;
}

#form_div {
    position: absolute;
    left: 50%;
    top: 50%;
    width:613px;
    height:291px;
    margin-left: -306px;
    margin-top:-146px;
    background: url('../layout/login_form_bg.gif') no-repeat;
}

#login {
    width:200px;
    font-size:10px;
    position:absolute;
    top:149px;
    left:357px;
    background-color: #3F597A;
}

#password {
    width:200px;
    font-size:10px;
    position:absolute;
    top:180px;
    left:357px;
    background-color: #3F597A;
}

#submit {
    width:91px;
    height:29px;
    background: url('../layout/login_submit.png') no-repeat;
    position:absolute;
    top:211px;
    left:471px;
    cursor:pointer;
}