@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6,form,body{padding:0;margin:0}
td,th,div{word-wrap:break-word; font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; line-height:1.5em;}
textarea,input,select{font:12px Arial;padding:1px 3px 0 3px;vertical-align:middle;margin-bottom:1px}
form{display:inline; margin:0px;padding:0px;}
img{border:0;}
a{text-decoration: none; color:#113322;}
a:hover{text-decoration: underline; color:#00FF00;}

/* 顶 */
.ding_box{padding:10px 0px 11px 170px;height:62px;}
.ding{width:58px; height:62px; text-align:center; display:block; margin-right:100px; float:left;}
.ding_bg{background:url(../img/box1_ding_bg.gif);}
.back_bg{background:url(../img/box1_back_bg.gif);}
.ding b{color:#FFFFFF; font-size:20px; line-height:20px; display:block; padding:10px 0px;}
/* 顶上的统计 */
.text_tag{background:#FFFFFF;border:1px dashed #CCCCCC;margin:10px auto;padding:4px 13px;width:92%;text-align:left;color:#999999;}

.img_50{
	max-width: 50px; max-height: 50px;
    width: expression(this.width > 50 && this.width > this.height ? 50 : true);
    height: expression(this.height > 50 ? 50 : true);
}

.img_80{
	max-width: 80px; max-height: 80px;
    width: expression(this.width > 80 && this.width > this.height ? 80 : true);
    height: expression(this.height > 80 ? 80 : true);
}

.img_100{
	max-width: 100px; max-height: 100px;
	width: expression(this.width > 100 && this.width > this.height ? 100 : true);
    height: expression(this.height > 100 ? 100 : true);
}

.img_120{
	max-width: 120px; max-height: 120px;
	width: expression(this.width > 120 && this.width > this.height ? 120 : true);
    height: expression(this.height > 120 ? 120 : true);
}

.img_200{
	max-width: 200px; max-height: 200px;
    width: expression(this.width > 200 && this.width > this.height ? 200 : true);
    height: expression(this.height > 200 ? 200 : true);
}

.img_320{
	max-width: 320px; max-height: 320px;
    width: expression(this.width > 320 && this.width > this.height ? 320 : true);
    height: expression(this.height > 320 ? 320 : true);
}

.img_400{
	max-width: 400px; max-height: 400px;
    width: expression(this.width > 400 && this.width > this.height ? 400 : true);
    height: expression(this.height > 400 ? 400 : true);
}

.img_500{
	max-width: 500px; max-height: 500px;
    width: expression(this.width > 500 && this.width > this.height ? 500 : true);
    height: expression(this.height > 500 ? 500 : true);
}
/* M_datu */
.trans_msg{filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2); }
/* 居中的窗口 */
.msg {position:absolute;top:50%;left:50%;margin:-80px 0 0 -200px;	width:400px;height:160px;border:1px solid #CCC;
	padding:13px;background:#EEE;text-align:center;overflow:visible;}
