﻿.FormEdit
{
    display: table; /*padding: 20px;*/
    width: 100%;
}

.FormEdit article
{
    display: table;
    border-bottom: 1px dashed #D2D6DA;
    padding: 10px 0 10px 0;
    width: 100%;
}

.FormEdit article:first-child
{
    border-top: 1px dashed #D2D6DA;
}
.FormEdit label
{
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 18px;
    display: table-cell;
}
.FormEdit textarea, .FormEdit input[type="text"], .FormEdit input[type="password"], .FormEdit input[type="datetime"], .FormEdit input[type="datetime-local"], .FormEdit input[type="date"], .FormEdit input[type="month"], .FormEdit input[type="time"], .FormEdit input[type="week"], .FormEdit input[type="number"], .FormEdit input[type="email"], .FormEdit input[type="url"], .FormEdit input[type="search"], .FormEdit input[type="tel"], .FormEdit input[type="color"], .FormEdit .uneditable-input
{
    width: 52%;
    margin-bottom: 0;
}
.FormEdit select
{
    width: 53%;
    margin-bottom: 0;
}
.FormEdit .FileUploadContener
{
    width: 54%;
    float: left;
}

.FormEdit .btn
{
    margin-right: 10px;
}
.FormEdit .btn_beck
{
}
.FormEdit .panel_button
{
    margin-top: 10px;
}

