#popup_container {
    font-family: Myriad Pro, sans-serif;
	font-size: 14px;
	width: 298px; /* Dialog will be no smaller than this */
	background: #FFF;
	border: solid 1px #fbc900;

	color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#popup_title {
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	width:300px;
	height:35px;
	color: #636261;
	cursor: default;
	background-image: url(images/alertheader.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/important.gif);
}

#popup_content.confirm {
	background-image: url(images/important.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;
}