@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6,form,body{padding:0;margin:0}
td,th,div{word-wrap:break-word; overflow:hidden; font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:14px; color: #000000; line-height:1em;}
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(../images/box1_ding_bg.gif);
}
.back_bg{
	background:url(../images/box1_back_bg.gif);
}
.ding b{
	color:#FFFFFF;
	font-size:20px;
	line-height:20px;
	display:block;
	padding:10px 0px;
}

.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_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_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);
}

.img_600{
	max-width: 600px; max-height: 600px;
    width: expression(this.width > 600 && this.width > this.height ? 600 : true);
    height: expression(this.height > 600 ? 600 : true);
}

.trans_msg{/*ToolTip.js*/
	filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);
}
