#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 #8f8f8f;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
#popup_title {
	font-size: 18px;
	text-align: center;
	line-height: 2.75em;
	color: #666;
	background:#e9e9e9;
	cursor: default;
	color: #CC3300;
	margin: 0;
	border-radius: 5px 5px 0  0;
	padding: 0;}
#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
	line-height:30px;
	text-align: center;
	background: #fff;
}
#popup_panel {
	text-align: center;
	margin: 10px 0 0 0;
}
