#popup_container {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background:white;
	border: solid 1px #fff;
	color:#2d2d2d;
	-moz-box-shadow:0 0 20px #333;
	-webkit-box-shadow:0 0 20px #333;
	box-shadow:0 0 20px #333;
}

#popup_title {
	text-align: center;
	cursor: default;
	padding: 10px 0;
	margin: 0em;
}

#popup_content {
}


#popup_message {
	padding:15px; font-size:1.2em;
}

#popup_panel {
	float:left;
	width:100%;
	margin:10px 0;
}
#popup_ok, #popup_cancel{float:right; margin-right:15px; }
#popup_prompt {
	margin: .5em 0em;
}