#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #000;
	color: #c4c4c4;
	opacity: 0.95;

	border: 1px solid #c4c4c4;

	box-shadow:0 0 20px #000;
   -moz-box-shadow:0 0 20px #000;
   -webkit-box-shadow:0 0 20px #000;

   behavior: url(/js/jalert/ie-css3.htc);

   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #ffd600;
	background-color: #000;
	cursor: default;
	padding-top: 10px;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}