.warning_box{
	width: 280px;
	float: left;
	margin: 10px 0 0 0;
}
.warning_box h2{
	width: 278px;
	float: left;
	background: url(../i/index/icon_warning.gif) no-repeat #fef1ab 5px;
	border: 1px solid #fbce00;
	height: 28px;
	line-height: 28px;
	text-indent: 30px;
	font-weight: bolder;
}
.warning_box dl{
	width: 278px;
	float: left;
	margin-top: 1px;
	border: 1px solid #cccccc;
	height: 48px;
	overflow: hidden;
	margin-top:2px;
}
.warning_box dt{
	width: 260px;
	float: left;
	margin: -38px 0 0 10px;
	display: inline;
	color: #3366bb;
	padding-bottom: -5px;
	line-height: 150%;
}

.warning_box dt img {
/*	margin-bottom: -5px; */
}

.warning_box dt strong{
	font-weight: bolder;
	color: #cc0000;
	padding-right: 5px;
}
.warning_box dd {
	float: right;
	margin: 28px 15px 0 0;
	display: inline;
}
.warning_box dl.ing{
	background: #ffffdb;
}
.warning_box dl.over{
	background: #eaffdb;
}
.warning_box dl.ing dd strong{
	font-weight: normal;
	color: #cc0000;
}
.warning_box dl.over dd strong{
	font-weight: normal;
	color: #009900;
}
