body, div, a, table, tr, td, th {
    font-family: "微软雅黑", "宋体", Arial, sans-serif;
    font-size: 13px;
}

iframe{width: 100%;height: 100%;border: 0}

body, div, ul, input, th, td {
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}

html {
    background-color: white;
}

body {
    background-color: white;
    color: #333;
}

li{ list-style:none; }
a, input { outline: none;}
a{ text-decoration:none; }
label{cursor: pointer;position:relative;top:1px;margin-right: 6px;color: #1d84df}

/*布局设置*/
/*****************************************ztable样式***********************************************/
.ztr{padding: 0; width: 1200px; margin: 5px auto 0;}
.ztr::after {display: table;content: "";clear: both;}
.ztr::before {display: table;content: "";}
.ztd{border: 1px solid rgb(223, 223, 223);float: left;margin-right: 5px;background-color: #ffffff;height: 100%;}
.ztd-left{border-top:0;float:left;width:200px;height:100%;}
.ztd-right{border: 1px solid rgb(223, 223, 223);float: left;margin:0;background-color: #ffffff;height: 100%;}
.ztd-main{border:0;background-color: #ffffff;float: left;margin:0;width:1000px;height: 100%;}
.ztd-last{border: 1px solid rgb(223, 223, 223);float: left;margin:0;background-color: #ffffff;height: 100%;}
.ztd_nav{background:url(image/nav_bg.png) repeat-x;height: 36px;font-size: 13px;padding-left: 8px;padding-top: 7px;}
.ztd_nav_text{padding-top: 10px;color:#333;cursor: pointer;}
.ztd_nav_text:hover{color: #009ce6;}
.ztd_nav_segment{margin-left: 8px;color: #ccc;margin-right: 8px;}

/*通用按钮样式*/
.btn1 {background-color: #ffffff;height: 25px; border: 1px solid #bbb;color: #666;margin-right: 4px;padding: 0 10px}
.btn1:active {background-color: #fefbbd;color: #3d9def;}
.btn1:focus {outline: none;}
.btn1:hover {cursor: pointer;color: #30ade3;border: 1px solid #30ade3;}
.btn2 {font-size: 14px;font-weight: bold;background: url(image/btn2.gif) no-repeat center 0;width: 103px;height: 27px;cursor: pointer;color: #1951ab;border-style: none;}

.l-textarea{
    margin-top: 5px;margin-bottom: 3px;width: 368px;height: 100px;padding-left: 2px;padding-top: 2px;
}

