/**
 *ͨ�ñ?��ʽ
 *zhugl 2016-12-02
*/
.my-form {margin:0 auto;padding-top:15px;width:94%;}
.my-form input[type='text'],.my-form input[type='password']{margin-left:8px;width:80%;height:32px;line-height:32px;border:1px solid #c5c5c5;border-radius:2px;text-indent:5px;font-size:12px;}
.my-form input[type='text']:focus,.my-form input[type='password']:focus{border:1px solid #1faff5}
.my-form input[type='checkbox']{position:relative;top:1px;margin:0 3px;}
.my-form input.readonly-input{background:#d8d8d8}
.my-form input.small-input{margin-left:8px;width:40px;height:22px;line-height:24px;border:1px solid #c5c5c5;border-radius:2px;text-indent:5px;font-size:12px;}
.my-form select{margin-left:8px;width:50%;height:32px;border:1px solid #c8c8c8;border-radius:2px;font-size:12px;}
.my-form select:focus{border:1px solid #1faff5}
.my-form label{display:inline-block;margin:0;color:#004c7c}

.my-form .form-table-border{ background:#fff; border-collapse:collapse;width:100%}
.my-form .form-table-border tr td{border:#BECAD4 1px solid;height: 40px}
.my-form .form-table-border label{text-align:center;color:#000000;font-size: 12px;margin-left: 10px}
.my-form .form-table-border span{width:15%;color:#004c7c; height:39px;text-indent:10px;font-size:12px}

.my-form .form-table{ background:#fff; border-collapse:collapse;width:100%}
.my-form .form-table tr td{height: 40px}
.my-form .form-table label{background:rgba(151, 206, 234, 0.08);text-align:center;color:#004c7c;font-size: 12px;margin-left: 10px}
.my-form .form-table span{width:15%;color:#004c7c; height:39px;text-indent:10px;font-size:12px}

.my-form .btn-div{padding:15px 0 0 0;}
