#popup_container {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background:#FFFFF0;
	border: solid 5px #999;
	color:#8B0000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
	color: #FFFAF0;
	background: #8B0000 url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 2px 2px no-repeat url(images/info.gif);
	padding: 0.50em 0.50em;
	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: 10px;
}

#popup_panel {
	text-align: center;
	margin: 10px;
}

#popup_prompt {
	margin-top: 10px;
}