/*表单预览css*/
/*二合一*/
.half_message_name{
    float:left;
    width:20%;
    line-height:39px;
    text-align:right;
    padding:0px 5px;
    font-size: 12px;
    color: #999;

}
.half_message_value{
    flaot:left;
    width:80%;
    padding:0px 10px;
}
.one_message_name{
    float:left;
    width:10%;
    line-height:39px;
    text-align:right;
    padding:0px 5px;
    font-size: 14px;
    color: #999;
    height:50px;

}

.one_message_value{
    flaot:left;
    width:90%;
    padding:0px 10px 0px 10px;
    line-height:39px;
}
.half_message{
    float:left;
    width:50%;
    height:50px;
}
.one_message{
    float:left;
    width:100%;
    height:50px;
    min-height:50px;
    overflow:auto
}
.one_message_textarea{
    float:left;
    width:100%;
    min-height:72px;
    overflow:auto;
    padding: 0px 0px 13px 0px;
}

/*三合一*/
.third_message_name{
    float:left;
    width:25%;
    line-height:39px;
    text-align:right;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height:50px;
}
.third_message_value{
    flaot:left;
    width:75%;
    padding:0px 10px;
    line-height:39px;
}
.third_message{
    float:left;
    width:25%;
    min-height:50px;
    overflow:auto
}


.third_one_message_name{
    float:left;
    width:8.33%;
    line-height:39px;
    text-align:right;
    font-size: 12px;
    color: #999;
    height:50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.third_one_message_value{
    flaot:left;
    width:91.67%;
    padding:0px 20px 0px 10px;
    line-height:39px;
}