*html .baseMessage {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
.baseMessage{height:53px;overflow:hidden;padding:5px 15px 5px 10px;display:none;position:fixed;top:35%;left:50%;z-index:1000;}
.baseMessage .icon_ok{background:url(tip_layer.png) no-repeat -7px 0;_background:url(tip_layer.gif) no-repeat -7px 0;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_warn{background:url(tip_layer.png) no-repeat -7px -54px;_background:url(tip_layer.gif) no-repeat -7px -54px;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_error{background:url(tip_layer.png) no-repeat -7px -108px;_background:url(tip_layer.gif) no-repeat -7px -108px;height:53px;display:inline-block;width:44px;vertical-align:middle}
.baseMessage .icon_txt{background:url(tip_layer.png) 0 -161px;_background:url(tip_layer.gif) 0 -161px;height:53px;line-height:53px;display:inline-block;padding:0 10px;vertical-align:middle;min-width:50px;font-size:14px;font-weight:bold;color:#606060;}
.baseMessage .icon_r{background:url(tip_layer.png) no-repeat 0 0;_background:url(tip_layer.gif) no-repeat 0 0;height:53px;display:inline-block;width:6px;vertical-align:middle;}

body{margin:0;padding:20px;}
form{margin:0;padding:0;}
td{font-size:13px;line-height:20px;margin:0;padding:0 4px;}
a{color:#333;text-decoration:none;}
a:hover{color:#f30;}
ul,li{margin:0;padding:0;list-style:none;}
.tip{color:#999;font-size:12px;}
.ip{border:1px solid #ccc;overflow:hidden;width:280px;height:20px;padding:5px 0 0 10px;margin:10px 0;}
.ips{border:1px solid #ccc;overflow:hidden;width:290px;margin:10px 0;}
.bnt{background:Red;color:#fff;width:100px;height:30px;border:0;margin-right:6px;}
.subnav{}
.subnav li{cursor:pointer;margin:0 0 5px;padding:3px 10px;text-align:right;}
.subnav .hover{background:Red;color:#fff;}
.dis{display:none;}
.red{color:#f00;font-family:宋体;}