﻿.edit_form
{
   width:550px;
}

.edit_form .row
{
    padding: 3px;
}

.edit_form .label
{
    color: Blue;
    width: 110px;
}

.edit_form .field
{
}

.edit_form .row_spacer
{
    height: 15px;
    width: 100%;
}

.edit_form .row_section
{
    color: #6C8EE8;
    border-bottom: dotted 1px #B3B3B3;
    margin-bottom: 10px;
}

.edit_form .action_area
{
    border-top: dotted 1px #B3B3B3;
    margin-top: 30px;
    padding:15px 0px 20px 110px;
}
