/* Minification failed. Returning unminified contents.
(23,9): run-time error CSS1038: Expected hex color, found '#FFFF'
 */
#popup_container {
	direction: rtl;
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 0.5px #363F40;
	color: #363F40;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s;
}

#popup_title {
	direction: rtl;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFFF;
	background: #006865;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content 
{
    direction:rtl;
	background: 16px 16px no-repeat url(info.gif);
	padding: 1em 1.75em;
	margin: 0em;
	font-size: 14px;
	text-align: center;
}

#popup_content.alert {
	background-image: url(info.gif);
}

#popup_content.confirm {
	background-image: url(important.gif);
}

#popup_content.prompt {
	background-image: url(help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	gap: 24px;
}

#popup_prompt {
	margin: .5em 0em;
}
