#ipage_popup_container {
	/*font-family: Verdana, Geneva, Arial, Helvetica, 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;
}

#ipage_popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#ipage_popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
}
/*
#ipage_popup_content.alert {
	background-image: url(images/info.gif);
}

#ipage_popup_content.critical {
	background-image: url(images/critical.gif);
}

#ipage_popup_content.confirm {
	background-image: url(images/important.gif);
}
#ipage_popup_content.question {
	background-image: url(images/help.gif);
}
#ipage_popup_content.prompt {
	background-image: url(images/help.gif);
}
*/
#ipage_popup_message {
	/*padding-left: 18px;*/
}

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

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