﻿.right-column 
{
    width:480px;
    margin:50px auto;
    background-color:#f9f9f9;
    padding-top:20px;
    text-align:center;
    -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-top:20px;
}
.right-column .form .editor-label 
{
    width:200px;
    float:left;
    text-align:right;
}
.right-column .form .editor-label label 
{
    margin-right:10px;
}
.right-column .form .editor-field 
{
    margin-left:100px;
    text-align: left;
    padding: 0px 0px 13px 0px;
}
.right-column .form .editor-field input
{
    border:1px solid #d3d3d3;
    -webkit-border-radius: 3px;    
    border-radius: 3px;    
    width:200px;
    height:21px;
}
.right-column .footer_form
{
    margin-left:200px;
    margin-top:10px;
    text-align: left;
    width:205px;
    margin-bottom:20px;
}