#popup_container {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 500px; /* Dialog will wrap after this width */
	background: #FFF;
	/*border:1px solid #D8D8D8;*/
	color: #000;
	-moz-border-radius:7px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow:0.1em 0.3em 1em 0.1em gray;
}

/*#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/images/sprite.png) 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: 1em 1.75em;
	margin: 0em;
}

#popup_content.info 
{
    -moz-border-radius:7px 7px 7px 7px;
	background-color:#FFFFCC;  
	background-image: url(/images/info.png);
}

#popup_content.success 
{
    color: #4F8A10;
    background-color: #DFF2BF;  
	-moz-border-radius:7px 7px 7px 7px;
	background-image: url(/images/success.png);
}

#popup_content.warning
{
    color: #9F6000;
    -moz-border-radius:7px 7px 7px 7px;
	background-color:#FFFFCC
	background-image: url(/images/warning.png);
}

#popup_content.jError 
{
    color: #D8000C;
    background-color: #FFBABA;
	background-image: url(/images/error.png);
	-moz-border-radius:7px 7px 7px 7px;
}

#popup_content.confirm 
{
    color: black;
    -moz-border-radius:7px 7px 7px 7px;
	background-color:#FFFFCC;
	background-image: url(/images/info.png);
}

#popup_content.prompt 
{ 
	background-image: url(/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

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

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