﻿.adv-service {
    display: none;
    }
.wrapper {
/*	background:url('images/bg_body.png') repeat;*/
    background:url('images/body_bg_logon.png') repeat-x 0px 60px #eeeeee;
}

.right-column 
{
    width:400px!important;
    height:auto;
    background-color:#f9f9f9;
    padding-top:20px;
    padding-bottom:0px;
    text-align:center;
    /*position:absolute;
    top:50%;
    margin-top:-180px;
    left:50%;
    margin-left:-200px;*/
    margin:100px auto 0px auto;
    -webkit-border-radius: 5px;    
    border-radius: 5px;
    border:1px solid #dcdcdc
    -webkit-box-shadow:  0px 0px 8px 2px #dddddd;
    box-shadow:  0px 0px 8px 2px #dddddd;
}
.right-column .form 
{
    margin:20px 0px 0px 0px;
    padding-bottom:20px;
}
.right-column .form .editor-label 
{
    width:140px;
    float:left;
    text-align:right;
    clear:left;
}
.right-column .form .editor-label label 
{
    margin-right:10px;
}
.right-column .form .editor-field 
{
    margin-left:130px;
    text-align: left;
    padding: 0px 0px 13px 0px;
}

.right-column .form .editor-field input, .right-column .form .editor-field select 
{
    border:1px solid #d3d3d3;
    -webkit-border-radius: 3px;    
    border-radius: 3px;    
    width:200px;
    height:21px;
    display:block;
}
.right-column .footer_form 
{
    margin-left:140px;
    text-align: right;
    width:205px;
    margin-bottom:20px;
}
.right-column .footer_form .btn 
{
    float:left;
}
.right-column .footer_form a 
{
    font-size:11px;
    display:inline-block;
    margin-top:4px;
}
.right-column .footer_form .reg 
{
    margin-top:10px;
    color:#ff6600;
}
