body
{
    font: 14px/20px Arial;
    background: url(../images/body.jpg) 50% 100% no-repeat;
}

#header
{
    background: url(../images/header.jpg) 50% 0 no-repeat;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0;
}

#header_vsetcom
{
    background: url(../images/3rd/vsetcom/header.jpg) 50% 0 no-repeat;
    height: 110px;
    width: 100%;
    position: absolute;
    top: 0;
}

.wrapper
{
    width: 950px;
    min-height: 516px;
    margin: auto;
}

#footer
{
    height: 48px;
    width: 100%;
    line-height: 48px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.login-form
{
    height: 360px;
    width: 365px;
    background: #dfdfdf;
    border-radius: 10px;
    float: right;
    margin-top: 174px;
}

.form-title
{
    background: #e65f3a;
    text-align: center;
    line-height: 47px;
    color: #fff;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.form-body
{
    margin: 25px 0 0 45px;
}

.form-input
{
    border: 1px solid #e46d3f;
    padding: 10px;
    margin: 0 0 15px 0;
    width: 255px;
}

/*******************************/
.captcha-form
{
    height: 320px;
    width: 340px;
    background: #dfdfdf;
    border-radius: 10px;
    float: right;
    margin-top: 174px;
}

.form-body-captcha
{
    margin: 10px 0 0 45px;
}

.form-input-captcha
{
    border: 1px solid #e46d3f;
    padding: 8px;
    margin: 0 0 10px 0;
    width: 240px;
}

.form-captcha
{
    margin: 0 0 8px 0;
    width: 256px;
    height: 100px;
}

.form-button-captcha
{
    background: url(../images/login-button.jpg) 0 0 repeat-x;
    border: none;
    width: 100px;
    height: 31px;
    color: #fff;
    margin-left: 84px;
}

/*******************************/
.register-form
{
    height: 390px;
    width: 450px;
    background: #dfdfdf;
    border-radius: 10px;
    float: right;
    margin-top: 174px;
}

.form-body-register
{
    margin: 10px 0 0 45px;
}

.form-input-register
{
    border: 1px solid #e46d3f;
    padding: 8px;
    margin: 0 0 10px 0;
    width: 350px;
}

.form-checkbox-register
{
    border: 1px solid #e46d3f;
    padding: 8px;
    margin: 0 0 10px 0;
}

.form-button-register
{
    background: url(../images/login-button.jpg) 0 0 repeat-x;
    border: none;
    width: 100px;
    height: 31px;
    color: #fff;
    margin-left: 64px;
}

/*******************************/

.form-link a
{
    color: #1b588b;
    font-style: italic;
}

.form-button
{
    background: url(../images/login-button.jpg) 0 0 repeat-x;
    border: none;
    width: 90px;
    height: 31px;
    color: #fff;
    margin-left: 14px;
}

.form-mobile
{
    font-size: 15px;
    margin-top: 15px;
    margin-right: 40px;
    text-align: center;
}

.form-mobile a
{
    color: #e65930;
}

.form-intro
{
    font-size: 16px;
    margin-top: 15px;
}

.form-intro .phone
{
    font-size: 21px;
    font-weight: bold;
    color: #e65930;
}
