
#form_main_cont{
    width: 367px;
    margin-left: 330px;
    margin-top: 200px;
    background: #FBFAFB;
    border: solid 1px #DFD6D7;
    text-align: right;
    color: #380435;
}
#internal_cont{
    padding: 30px;
}
#form_main_cont a{
    color: #380435;
}

#username,#pass{
    font-size: 11px;
    height: 17px;
    border: solid 1px #ABACB2;
}
#login_btn{
    width: 80px;
    height: 20px;
    background: #749821;
    border: solid 1px #360037;
    color: white;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

.text16{
    font-size: 16px;
}