.baokao {
    height: auto;
    width: auto;
    padding-bottom: 10px;
    border: 1px dashed #DADADA;
}
.formtable { margin: 0px; width: 100%; border-collapse: collapse; border: solid; border-color: #AACCEE #D8DDE5 #D8DDE5; border-width: 2px 1px 1px; font-size: 12px; }
.formtable tr { height:28px; line-height:28px; }

.formtable td { border: 1px solid #D8DDE5; padding: 5px; }
.formtable td strong { color: #00599B; font-weight: bold; font-size: 14px; }
.formtable th.mid,
.formtable td.mid { text-align: center; margin: 0 auto; }
.formtable th { background: #EEF7FE; width: 220px; text-align: right; letter-spacing:2px; color: #00599B; font-weight: bold; }
.formtable td th,
.formtable td td { border: none; padding: 0px; }
.formtable .net th,
.formtable .net td { border: 1px solid #D8DDE5; padding: 5px; }
.formtable th p { margin: 0; color: #909DC6; }
.formtable .th { border: 1px solid #D8DDE5; padding: 5px; }
.formtable .th { background: #EEF7FE; width: 160px; text-align: right; color: #00599B; font-weight: bold; }
.formtable .th p { margin: 0; color: #909DC6; }
.buttonok { padding: 10px 0 10px 0; text-align: center; width: 100%; margin: 0px auto;  }
.btnSubmit { width: 130px; cursor: pointer; border: 0px; padding: 0; margin-top: 15px; height: 36px; background-image: url('/templets/default/images/tj.gif'); background-repeat: no-repeat; }
.btnSubmit:hover { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #FF0000; }
.input-text {
    height: 35px;
    line-height: 35px;
    width: 200px;
    border: 1px solid #909090;
    margin-left: 10px;
    padding-left: 4px;
}
.input-textarea {
    height: 60px;
    margin-left: 10px;
    width: 400px;
    border: 1px solid #909090;
    padding-left: 4px;
    line-height: 25px;
}