#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 280px; 
	max-width: 800px; 
	min-height: 180px; 
	max-width: 800px; 
	background: #FFF;
	border: solid 2px #999;
	color: #000;
	padding:0;
	margin:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}


#popup_container.iframe_style {
	width: 80%;
	height: 80%;
}

#popup_title { width:100%; text-align:right; }
#popup_title #title_close { color:#a8a8a8; font-size:150%; font-weight:bold; text-decoration: none;  }

#popup_content {padding: 0px; margin: 0; width:100%; height:100%; }

#popup_content.alert {
	background: 16px 16px no-repeat url(../image/info1.gif);
}

#popup_content.confirm {
	background: 16px 16px no-repeat url(../image/important.gif);
}

#popup_content.prompt {
	background: 16px 16px no-repeat url(../image/help.gif);
}


#popup_message { width:317px; height:97px;	padding: 18px 12px 8px 52px; font-size: 13px; }
#popup_panel {  text-align: center; margin: 10px 0 0 10px; }

#popup_prompt {	margin: 0.5em 0em; }

#popup_ok, #popup_cancel { font-size:13px; padding:0; width:64px; height:30px; margin-bottom:20px; margin-left:6px; }

#popup_iframe { width:98%; height:90%; padding:4px 4px 14px 4px;  margin:0; border:0; }