@charset "utf-8";
/* CSS Document */
/*页面窗口*/
.templayer { width:auto; height:auto; float:left; clear:both; padding:5px; position:absolute; z-index:100; background:url(../img/filterbg.png) left top repeat;}
.templayer .layertablebox { width:100%; height:auto; float:left; _float:none; clear:both; padding:10px; background-color:#FFFFFF; border:#C7C7C7 1px solid}
.templayer a.closelayer { display:block; width:auto; height:14px; line-height:14px; float:left; clear:both; font-size:14px; cursor:pointer; text-decoration:none; font-weight:bold; position:absolute; right:7px; top:5px; z-index:101}

.layertable { width:100%; height:auto; float:left; clear:both; font-size:14px}
.layertable table { border-left:#f2f2f2 1px solid; border-top:#f2f2f2 1px solid}
.layertable table tr.layertablehead { background-color:#F6F6F6; font-size:12px; font-weight:bold; text-align:center}
.layertable table td { border-right:#f2f2f2 1px solid; border-bottom:#f2f2f2 1px solid; line-height:18px; padding:8px; text-align:left}
.layertable table td.process { font-size:12px}

.layertable label { cursor:pointer; padding-right:10px; padding-left:3px; vertical-align:middle}
.layertable input[type="radio"],.layertable input[type="checkbox"] { vertical-align:middle}
.layertable input[type="text"] { width:auto; height:25px; line-height:25px; color:#444444; padding:0 5px; border:#AAAAAA 1px solid; border-bottom-color:#D8D8D8; border-right-color:#D8D8D8;}
.layertable textarea { width:auto; height:60px; line-height:20px; color:#444444; padding:0 5px; border:#AAAAAA 1px solid; border-bottom-color:#D8D8D8; border-right-color:#D8D8D8; overflow:hidden}
.layertable input[type="button"],.layertable input[type="submit"] { width:88px; height:28px; line-height:28px; border:none; cursor:pointer; letter-spacing:2px; font-weight:bold; color:#FFFFFF; text-align:center; background: url(../img/btn88x28.gif) left top no-repeat #2FA7EA}
.layertable input.btn_gray { background: url(../img/btn88x28.gif) left bottom no-repeat; color:#333333}
.layertable input[type="text"].w60 { width:60px}
.layertable input[type="text"].w200 { width:200px}
.layertable input[type="text"].w400{ width:400px}
.layertable textarea.w60 { width:60px}
.layertable textarea.w200 { width:200px}
.layertable textarea.w400{ width:400px}
.layertable select { width:auto; height:auto; border:#AAAAAA 1px solid; border-bottom-color:#D8D8D8; border-right-color:#D8D8D8; padding:3px 5px 4px 5px; color:#333333;}
.layertable select.w60 { width:60px}
.layertable select.w200 { width:200px}
.layertable select.w400{ width:400px}
.layertable .memo { font-size:12px; padding-left:10px; color:#BBBBBB}