@charset "utf-8";

/* 表单 */
.box_bd{ margin:0 auto; width:100%;}
.box_bd .mB10{ margin-bottom:10px;}
.box_bd .bd_title { text-align:center; padding:10px 0;}
.box_bd .bd_title h4 { font-size:18px; font-weight:bold; line-height:40px;}
.box_bd .bd_title p{ border-bottom:#333 1px solid; padding-bottom:10px; font-size:9px;}
.box_bd .bd_head{ padding:10px 0;}
.box_bd .table { position:relative; z-index:1;}
.box_bd .table .left_title{ position:absolute; z-index:5; left:-1px; top:-1px; padding:5px 10px; border:#999 1px solid; background-color:#F7F7F7;font-style: oblique;}
.box_bd .table td{ padding:5px; border:#999 1px solid;position:relative; z-index:1;}
.box_bd .table td span{ padding:0 8px;}
.box_bd .table .input{ height:22px; line-height:22px; width:46%;}
.box_bd .table .inputL{ height:22px; line-height:22px; }
.box_bd .table .title{ background-color:#F3F3F3;}
