#popup_container {
	font-family: Arial, sans-serif;
	font-size: 14px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background-color: #ffffff!important;
	border: solid 1px #003352;
	color: #000;
	box-shadow: 0px 3px 8px #888888;
	text-align:center;
}

#popup_title {
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 1.75em;
	color: #fff;
	background-color: #7F99A8;

	border-bottom: solid 2px #999;
	cursor: default;
	padding:0em 1em;
	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 {
	
}

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

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