#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background:url(/img/alerts/bg_alertpop.png) left bottom no-repeat;
	color: #666666;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

#popup_titleWp {
	height:36px;
	background:url(/img/alerts/bg_alerttitle_l.png) left top no-repeat;
}
#popup_title {
	height:36px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height:30px;
	color: #666;
	background: url(/img/alerts/bg_alerttitle_r.png) right top no-repeat;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_contentWp {
	background:url(/img/alerts/bg_alertcontent.png) right bottom no-repeat;
}
#popup_content {
	background: 16px 11px no-repeat url(/img/alerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(/img/alerts/info.gif);*/
	background-image: url(/img/alerts/icon_important.png);
}

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

#popup_content.confirm {
	background-image: url(/img/alerts/icon_important.png);
}

#popup_content.prompt {
	/*background-image: url(/img/alerts/help.gif);*/
	background-image: url(/img/alerts/icon_important.png);
}

#popup_message {
	padding-left: 48px;
}

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

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