﻿
@charset "utf-8";
body {
    margin: 200px 0 0;
}
.clr {
    clear: both;
}
textarea{
    resize:vertical;
}
#main_container {
    background-image: url("../Images/login_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    margin: auto;
    width: 441px;
    border: 0.5px solid rgba(128,128,128, .5);        
    background-color: #fdfaf5;
    border: 1px solid gray;
}
.logo_banner {
    float: left;
    height: 90px;
    margin: 26px 0 0 20px;
    padding: 0;
    width: 421px;
}
.container_inner {
    float: left;
    height: auto;
    margin: 37px 0 0 40px;
    padding: 0;
    width: 370px;
}
.user_main_banner {
    float: left;
    height: auto;
    margin: 0 0 18px;
    padding: 0;
    width: 370px;
}
.user_main_banner_name {
    color: #3a3937;
    float: left;
    font-family: Calibri;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 7px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 114px;
}
.user_main_banner_inner_bg {
    background-image: url("../images/bg_login_inner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 5px;
    width: 244px;
}
.area_inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #807f7d;
    font-family: Calibri;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    width: 242px;
}
.submit_butt {
    float: left;
    height: auto;
    margin: 0 0 0 121px;
    padding: 0;
    width: 82px;
}
.Msg {
    color: red;
}

