#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	width:350px;
}

#popup_title {
	height:38px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 38px;
	color: #fff;
	background-color: #2894FF;
	cursor: default;
	padding-left:10px;
}

#popup_content {
	/* background: 16px 8px no-repeat url(img/jinfo.gif); */
	padding: 25px 30px 20px 30px;
	margin: 0em;
}

#popup_content.alert {
	/* background-image: url(img/jinfo.gif); */
}

#popup_content.confirm {
	/* background-image: url(img/jimportant.gif); */
}

#popup_content.prompt {
	background-image: url(img/jhelp.gif);
}

#popup_message {
	text-align:center;
	color:#666;
    font-size:15px;
    font-family: Î¢ÈíÑÅºÚ;
}

#popup_panel {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok ,#popup_cancel{ 
	width:80px;
	height:30px;
	font-size:14px;
	cursor:pointer;
	border:none;
	background: url(img/button_alert.png) 0 0 no-repeat;
	background-color:#2894FF;
	color:#fff;
}
#popup_overlay{
	background: url(img/fancybox_overlay.png);
}