.mod-panel {
    width: 100%;
    max-width: 740px;
    margin: 0 auto 30px;
    _width: 690px;
}
.mod-panel .hd{
    padding-top: 25px;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: center;
}
.mod-panel .hd h1{
    font-size: 24px;
    color:#212121;
}
.mod-panel .bd{
    margin: 0 auto;
    color: #333;
}
.mod-panel .form-group h2{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.mod-panel .form-group{
    margin-bottom: 20px;
}
.mod-panel .form-group textarea{
    display: block;
    width: 90%;
    height: 180px;
    padding:5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    resize: none;
    outline: none;
    overflow: auto;
}
.mod-panel .form-group span{
    padding-right: 5px;
    font-size: 14px;
}
.mod-panel .form-group input{
    padding: 5px;
    border: solid 1px #ebebeb; 
    outline: none;
}
.mod-panel .form-group p{
    margin-top: 15px;
}
.mod-panel .bd .btn{
    padding: 0 20px;
    background: #4bae4f;
    border: none;
    outline: none;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.mod-panel .bd .info{
    margin-top: 30px;
    line-height: 24px;
}