#overlay { height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	opacity: 0.6; filter: alpha(opacity=6);
	background: black }

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 400px;
	background: #D5E2EA;
	border: solid 15px #fff;
	color: #000;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	text-align: center; }

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	color: #741C1B;
	background: none;	
	cursor: default;
	padding: 0em;
	float: none; }

#popup_content { background: none; padding: 0 1.75em 10px; margin: 0em; }

#popup_message { }

#popup_panel { text-align: center; margin: 1em auto 0; width: 190px!important; height: 35px; }

#popup_prompt { margin: .5em 0em; }

#popup_panel .cancel { width: 78px; background-position: -192px -56px; display: inline; margin: 0; }
	#popup_panel .cancel:hover { background-position: -270px -56px; }
#popup_panel .ok { background-position: -289px -224px; display: inline; width: 58px; }