/* CSS Document */

.info_title {
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:5px;
	color:#FFF;
	text-align:center;
	background-color:#4DB8FF;
}

.info_content {
	width:100%;
	height:auto;
	overflow:hidden;
}

.info_content table {
	border-width:1px 1px 0px 0px;
	border-color:#DDD;
	border-style:solid;
}

.info_content td {
	border-width:0px 0px 1px 1px;
	border-color:#DDD;
	border-style:solid;
	text-align:center;
}

#info_tip {
	margin:auto;
	height:300px;
	line-height:300px;
	color:#F60;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}



.info_yfsj_title {
	display:block;
	margin:auto;
	width:96%;
	height:34px;
	line-height:34px;
	border-bottom:1px dotted #CCC;
}
