﻿.formContent {
    float:left;
    width: 600px;
}

.searchContent {
    width: 600px;
}

.formCell {
    width: 300px;
    height: 30px;
    float: left;
}

.cellTitle {
    width: 130px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: right;
}
.cellTitle span{    
    display:inline-block;
    word-break:break-all;
}

.cellTitle1 {
    width: 180px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: left;
    font-weight: 900;
    font-size: 16px;
}

.cellTitle2 {
    width: 550px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px;
}

.cellTitle3 {
    width: 550px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    font-size: 10px;
    padding-left: 20px;
}

.formCellBig3 {
    width: 600px;
    height: 80px;
    float: left;
}

.cellTitle5 {
    width: 100px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: left;
    padding-left: 20px; /*font-weight:400;font-size:8px;*/
}

.cellValue {
    width: 170px;
    height: 30px;
    float: left;
    line-height: 30px;
}

.formCellBig {
    width: 600px;
    height: 30px;
    float: left;
}

.formCellBig1 {
    width: 600px;
    height: 60px;
    float: left;
}

#bigger {
    position: absolute;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.gridtable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }

#bigger {
    position: absolute;
}

.cellbtn {
    width: 120px;
}
