table.edit_form {
    border-collapse: collapse;
}

table.edit_form > tbody > tr > td.label {
    color: #333;
    font-size: 1em;
    font-weight: normal;
    white-space: no-wrap;
    padding-top: 7px;
}

table.edit_form > tbody > tr > td.required {
    font-weight: bold;
}

table.edit_form > tbody > tr > td {
    padding: 5px 10px 5px 0;
    vertical-align: top;
    text-align: right;
}

table.edit_form.list > tbody > tr > td {
    text-align: left;
    border-bottom: 1px solid #DDD;
}

.btn_container_footer {
    margin-top: 15px;
}

.inline_form {
    background: #E8EFF2;
    padding: 20px;
}

.inline_form table {
    border-collapse: collapse;
    margin: 0;
    width: auto;
}

.inline_form table td {
    padding: 0 7px 5px 0;
    vertical-align: center;
}

.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16 {
    float: left;
    margin-right: 20px;
}

.span-6 {
    width: 340px;
}

.span-9 {
    width: 500px;
}

.span-10 {
    width: 560px;
}

.last {
    margin-right: 0;
}

.tips_warning {
    background: #EEE;
}

.tips, .tips_warning {
    background: #EAF1F6;
    padding: 12px;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tips p, .tips_warning p {
    margin: 0 0 6px 0;
}

.tips_warning a {
    color: #900;
}