.jalert-modal-background {opacity: 0.8}

#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: white;
	border: 4px solid black;
	color: #000;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	color: black;
	background: #ccc url(/images/title.gif) top repeat-x;
	border: 0;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0;
	margin: -5px 0 0 -5px;
	width: 100%
}

#popup_content {
	background: 16px 16px no-repeat url(/images/info.png);
	padding: 50px 0 10px 0;
	margin: 0em;
}

#popup_content.alert {
	background: url(/images/error.png) 10px center no-repeat;
}

#popup_content.confirm {
	background: url(/images/warning.gif) 10px center no-repeat;
}

#popup_content.prompt {
	background: url(/images/help.gif) 10px center no-repeat;
}

#popup_message {
	padding-left: 48px;
font-weight: bold
}

#popup_panel {
	text-align: center;
	margin: 10px 0 0 10px;

}
#popup_ok {padding: 0px 10px; margin: 0; background: #ccc url(/images/title.gif) top repeat-x; color: #666; font-weight: bold; border: 0; height: 25px; font-size: 15px; cursor: pointer}
#popup_ok:hover {color: black}

#popup_prompt {
	margin: .5em 0em;
}
