#popup_container {
	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: #C1182F;
	border: none;
	text-align:center;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #A5001C url(images/title.gif) top repeat-x;
	border:  none;
	cursor: default;
	padding: 0.5em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 2em 1em;
	margin: 0em;
}

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

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

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

#popup_message {
	padding-left: 0px;
}

#popup_ok {
	background-color:#A5001C; border:none; padding:10px; color:#fff;
	text-align: center; outline:none;
	margin: 2em 0em 0em 1em;
}

#popup_prompt {
	border:none;
}