#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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title { font-size: 11px;	text-align: center;	color: #fff;	background: #593887;	border:1px solid #fff;	border-bottom: solid 1px #999;	cursor: default; padding:2px 0;}
#popup_content {	background: #e0e0e0; text-align:left; padding:2px; font:10px verdana; padding:10px; }

#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; padding:4px 0; margin-top:20px; }

#popup_prompt { margin: .5em 0em; }


#popup_ok{ border:1px solid #ccc; width:100px; background:#d0d0d0; }