/*#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 200px !important; 
	max-width: 459px !important; 
	color: #fff; 

	border-radius: 5px; 
}

#popup_title {

	font-weight: bold;
	text-align: center;
	line-height: 25px;
	padding:10px 20px; 
	font-size:22px; 
	color:#142e41;
	cursor: default;
	padding:3px 0;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message { text-align:center; line-height:23px; font-size:14px;
	
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.pop-top-bg { background:url(../../images/bg-images.png) no-repeat left -786px; width:459px; height:12px; float:left;}
.pop-btm-bg { background:url(../../images/bg-images.png) no-repeat left -799px; width:459px; height:12px; float:left;}
.alert-popup-bg { background:#3ab1eb; border-left:2px solid #c2e2f2;border-right:2px solid #c2e2f2;}
.alert-popup-title-bg { background: url(../../images/title-bg.png) repeat; padding:10px 20px; font-size:20px; color:#142e41;}

*/