#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*min-width: 441px; /* Dialog will be no smaller than this */
	/*max-width: 441px; /* Dialog will wrap after this width */
	background: #FFF;
	border:3px solid #CB1009;
	background-color: #CB1009;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 447px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 102px;
	color: #666;
	background: #CCC url(/img/popup_hd_new.jpg) top no-repeat;
	border:0;
	cursor: default;
	padding: 0em;
	margin: 0em;
	width: 447px;
}

#popup_content {
	background-image:url(/img/popup_bd.jpg);
	background-repeat:repeat-y;
	width:396px;
	padding: 1em 20px;
	margin: 0em;
	margin:0 0 0 1px;
}

#popup_content.alert {
	background-image: url(/img/popup_bd.jpg);
	width: 406px;
}

#popup_content.confirm {
	background-image: url(/img/important.gif);
	width: 447px;
}

#popup_content.prompt {
	background-image: url(/img/help.gif);
	width: 447px;
}

#popup_message {
	padding-left: 18px;
	width: 380px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	width: 383px;
}

#popup_prompt {
	margin: .5em 0em;
	width: 447px;
}