<!-- 被工商网所有页面使用，切勿删除或改动 -->
<!--
.ud_a01      { TEXT-DECORATION: none }
.ud_a01:hover{ TEXT-DECORATION: underline }
.ud_a02      { TEXT-DECORATION: none; font-family: 宋体; font-size: 9pt; }
.ud_a02:hover{ TEXT-DECORATION: underline; font-family: 宋体; font-size: 9pt; }
.ud_a03      { TEXT-DECORATION: none; font-family: 宋体; font-size: 10pt; color: black; }
.ud_a03:hover{ TEXT-DECORATION: underline; font-family: 宋体; font-size: 10pt; color: black; }
.ud_a04      { TEXT-DECORATION: none; font-family: 宋体; font-size: 9pt; color: black; }
.ud_a04:hover{ TEXT-DECORATION: underline; font-family: 宋体; font-size: 9pt; color: black; }
.ud_a05      { TEXT-DECORATION: none; font-family: 宋体; font-size: 10.5pt; }
.ud_a05:hover{ TEXT-DECORATION: underline; font-family: 宋体; font-size: 10.5pt; }
.ud_a06      { font-family: 宋体; font-size: 9pt;}
.ud_a06:hover{ font-family: 宋体; font-size: 9pt; color: red;}
.ud_p01      { font-family: 宋体; font-size: 10.5pt; }
.ud_p02      { font-family: 宋体; font-size: 9pt; }
.ud_p03      { font-family: 宋体; font-size: 10.5pt; line-height:16pt; }
.ud_p04      { font-family: 宋体; font-size: 9pt; color: gray}
.ud_p05      { font-family: 宋体; font-size: 8pt; color: gray}
.ud_div01    { font-family: 宋体; font-size: 10.5pt; }
.ud_div02    { font-family: 宋体; font-size: 9pt; }
.ud_span01   { font-family: 宋体; font-size: 10.5pt; font-weight: bold; color: red;  }
.ud_h01      { font-family: 宋体; font-size: 10.5pt; line-height: 16pt; color: #000099; font-weight: bold }
.ud_h02      { font-family: 宋体; font-size: 14pt; line-height: 18pt; color: #FF3333; font-weight: bold }
.ud_td01	 { font-size: 9pt; line-height: 14pt }
.ud_td02	 { font-family: 宋体; font-size: 11pt; line-height: 22pt }
.ud_td03	 { font-family: 宋体; font-size: 15pt; line-height: 25pt ; color: red; font-weight: bold}
-->
.button_grey {
    font-size: 12px;
    color: #000000;
    width: 60px;
    height: 20px;
    border: 1px solid #cccccc;
    background: #f6f6f6;
}

.zoomtool {
       position: absolute;
       bottom: auto;
       clear: both;
       top:expression(eval(document.compatMode &&
              document.compatMode=='CSS1Compat') ?
              documentElement.scrollTop
              +(documentElement.clientHeight-this.clientHeight) - 1
              : document.body.scrollTop
              +(document.body.clientHeight-this.clientHeight) - 1);
}