﻿/*详细窗体样式*/
.detail-table
{
    border-collapse: collapse;
}

    .detail-table tr
    {
        height: 39px;
    }

.detail-input
{
    background-color: #ffffff;
    width: 204px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #c5c5c5;
    padding-left: 10px;
}

.detail-label
{
    padding-left: 2em;
    text-align: right;
    padding-top:2px;
}


.detail-span
{
    display: block;
    height: 29px;
    line-height: 29px;
    float: left;
    margin: 5px 6px 5px 0;
}

.detail-radio
{
    width: auto;
    border: none;
    margin-right: 6px;
    display: block;
    float: left;
    color: #4c4c4c;
    height: 27px;
    line-height: 27px;
    padding-left: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: initial;
}

.detail-select
{
    height: 29px;
    width: 216px;
    line-height: 29px;
    padding-left: 10px;
    border: 1px solid #c5c5c5;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
}
