#popup_container {
	min-height: 110px;height: auto !important;height: 110px;
	width: 370px;
	background: url(../images/alert.png) no-repeat top left;
	color: #fff;
}

#popup_containerin {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*min-width: 300px; /* Dialog will be no smaller than this */
	/*max-width: 600px; /* Dialog will wrap after this width
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    */
	min-height: 110px;height: auto !important;height: 110px;
	width: 370px;
	margin-top:8px;
	background: url(../images/alert.png) no-repeat bottom right;
	color: #fff;

}
#popup_ok {font-weight:bold;border:0;padding:0;background: url(../images/btn.png) no-repeat top left;width:71px;height:26px;line-height:26px;text-align:center;color:#444;font-size:12px;}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	/*background: #CCC 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: 16px 16px no-repeat url(images/info.gif);*/
	padding: 20px 20px 10px 20px;
	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: 80px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
