#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 350px; /* Dialog will be no smaller than this */
	max-width: 750px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #CCCCCC;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #000;
	background: #eee;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
	margin-bottom: 4px;
}

#popup_content 
{
	background: 16px 16px no-repeat url(../Images/Information.png);
	padding: 1em 1.75em;
	background-position: center top;
}

#popup_content.alert {
	background-image: url(../Images/Information.png);
}

#popup_content.process {
	background-image: url(../Images/AjaxLoading.gif);
	padding-top: 45px;
}

#popup_content.confirm {
	background-image: url(../Images/about.png);
}

#popup_content.prompt {
	background-image: url(../Images/help.png);
}

#popup_message 
{
	margin-top: 15px;
	text-align: center;
}

#popup_panel 
{
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


