/*弹出页面代码开始*/
.black_overlay{
	display:none ;
	position: absolute;
	top:0%; 
	left:0%;
	width:1003px;
	height:100%;
	background-color:black; 
	z-index:1; 
	-moz-opacity:0.6; 
	opacity:.60; 
	filter:alpha(opacity=60); 
} 
.white_content { 
	display:none; 
	position:absolute; 
	top:100%; 
	left:25%; 
	
	padding:0px; 
	border:6px solid #909090; 
	background-color:white; 
	z-index:2; 
	overflow:auto; 
}
.tittleup {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height:26px;
	padding-left:10px;
	background:#3A4F9E;
}
.ct_content{
	margin:12px;
}
.ct_content table{
	border-collapse:collapse;
}
.ct_content table tr td{
	padding:2px;
}
/*弹出页面代码结束*/

.od {
	float:right;
	font-size:14px;
	color: #CC0000;
	padding:8px;
	text-decoration: none;
}
.od:hover {
	color:#FF0000;
}	

