

#popup_container {

	/* font-family: Arial, sans-serif; */
	font-size: 14px;
	min-width: 320px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	/* border: solid 1px #999; */
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 15px 15px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#popup_title {
	font-family: 'Play', sans-serif !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: var(--thirdy);
	background:var(--secondary);
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0.3em;
	margin: 0em;
	border-radius: 10px 10px 0px 0px;
}

#popup_content {
	font-family: 'Play', sans-serif;
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 2em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/help.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}