#popup_container {
	BORDER-RIGHT: #999 5px solid; 
	BORDER-TOP: #999 5px solid; 
	MIN-WIDTH: 300px; 
	BACKGROUND: #fff; 
	MAX-WIDTH: 600px; 
	BORDER-LEFT: #999 5px solid; 
	COLOR: #000; 
	BORDER-BOTTOM: #999 5px solid; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	font:12px/1.5 "Microsoft Yahei",Arial;
}
.title_td{
	background: #476db9;
	border-bottom: 1px solid #476db9;
	height: 34px;
}
.title_td h3{
	color:white;
	cursor: default;
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 30px 0 16px;
	height: 29px;
	white-space: nowrap;
}
.popup_container a{
	display: block;
	color: #FFF;
	font: 26px/24px Arial,Helvetica;
	height: 24px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 #395ba1;
}

.icon_td{
	display: table-cell;
	background-repeat:no-repeat;
	background-position: center;
	width: 15%
}
#popup_panel{
	background: #FAFAFA;
	border-top: 1px solid #F0F0F0;
	font-size: 0;
	padding: 8px;
	white-space: nowrap;
	text-align: right;
	padding-right: 30px
}

