﻿.msg{
    width:1160px;
    height:1000px;
    border:1px #cccccc solid;
    margin:20px auto;
}
.msg_title{
    background:#fafafa;
    height:50px;
    line-height:50px;
    width:100%;
    font-family:"Microsoft Yahei";
    font-size:22px;
    text-align:center;
    letter-spacing:3px;
    color:#856a22;
}
.msg_text{
    clear:both;
    width:700px;
    margin:0 auto;
    padding:10px 0;
    overflow:hidden;
}
.msg_text dl dt{
    float:left;
    width:150px;
    height:35px;
    line-height:35px;
    font-family:"Microsoft Yahei";
    font-size:16px;
    text-align:right;
}
.msg_text dl dt span{
    color:#ff0000;
}
.msg_text dl dd{
    float:left;
    height:35px;
    line-height:35px;
    padding-left:20px;
}
.msg_text dl dd input[type=text],.msg_text dl dd input[type=password]{
    height:35px;
    line-height:35px;
    text-indent:3px;
}
.msg_text dl dd select{
    height:35px;
    width:50px;
    font-size:14px;
}
.msg_text dl dd input[type=radio]{
    margin-top:12px;
}
.msg_text dl dd input[type=checkbox]{
    margin-top:12px;
}
.msg_but{
    width:600px;
    margin:15px auto 0 auto;
    height:40px;
}
.msg_but input[type=button]{
    width:200px;
    height:40px;
}
.result_msg{
    width:1160px;
    overflow:hidden;
    display:none;
}
.result_msg p{
    line-height:35px;
    font-family:"Microsoft Yahei";
    font-size:16px;
    text-indent:20px;
}
.firmplace{
    width:1160px;
    height:450px;
    border:1px #cccccc solid;
    margin:20px auto;
}
