.tblRecord {
    font-size: 14px;
    border: 1px solid #f3f3f3;
    padding: 2px;
}

/* ��̨��������ʽ  */
.dataRow {
    height: 24px;
    line-height: 24px;
}

.dataRowSep {
    height: 24px;
    line-height: 24px;
    background-color: #fcfcfc;
}

.dataRow:hover, .dataRowSep:hover {
    background-color: #EADACA;
}

.formSingleRow {
    height: 28px;
    line-height: 28px;
    padding-top: 5px;
    clear: both;
}

.formNoSingleRow {
    padding-top: 5px;
    clear: both;
}

.formSingleNoteRow {
    height: 24px;
    line-height: 24px;
    padding-top: 0px;
    clear: both;
}

.formTipRow {
    height: 22px;
    line-height: 22px;
    clear: both;
}

.formMulRow {
    line-height: 28px;
    padding-top: 5px;
    clear: both;
}

.formUploadImageRow {
    line-height: 28px;
    padding-top: 5px;
    clear: both;
}

.labelNormal {
    width: 120px;
    text-align: right;
    padding-right: 5px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.inputRow {
    height: 28px;
    line-height: 28px;
    border: 1px solid #CCCCCC;
    float: left;
    width: 200px;
    padding: 2px;
}

.inputRowS {
    height: 28px;
    line-height: 28px;
    border: 1px solid #CCCCCC;
    float: left;
    width: 150px;
    padding: 2px;
}

.selectNormal {
    height: 24px;
    line-height: 24px;
    border: 1px solid #CCCCCC;
    float: left;
    width: 200px;
}

.inputRowReadOnly {
    background-color: #E7E7E7;
    height: 28px;
    line-height: 28px;
    border: 1px solid #CCCCCC;
    width: 200px;
    padding: 2px;
}

.inputRowSReadOnly {
    background-color: #E7E7E7;
    height: 28px;
    line-height: 28px;
    border: 1px solid #CCCCCC;
    width: 150px;
    padding: 2px;
}

.sortNoCol {
    width: 80px;
}

.backPager {
    height: 28px;
    line-height: 28px;
    float: left;
    padding-left: 20px;
}

.mainConBack {
    text-align: left;
    margin-top: 20px;
}