#popup_container {
	font-family: Tahoma;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	height: 100px;
 background-color: #4478C5;
	border: 2px solid #FFFFFF;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

#popup_title {
	border-left:0px solid #FFFFFF; border-right:0px solid #FFFFFF; border-top:0px solid #FFFFFF; font-family:Verdana;
	background-color:#3160A4;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFFFFF;
	/*background: #CCC url(../img/sprite.png) top repeat-x;*/
	
	border-bottom: 1px solid #BFCF3B;
	cursor: default;
	padding: 0em;
	margin: 0em
}

#popup_content {
	background: url('../img/info.gif') no-repeat 16px 16px;
	margin: 0em; padding-left:1.75em; padding-right:1.75em; padding-top:1em; padding-bottom:1em
}

.info#popup_content 
{
    color: #FFFFFF;/*#00529B;*/
    background-color: #4478C5;/*#DDAC11;#BDE5F8;    */
	background-image: url('../img/info.png');
}

.success#popup_content 
{
    color: #4F8A10;
    background-color: #DFF2BF;    
	background-image: url('../img/success.png');
}

.warning#popup_content
{
    color: #FFFFFF;/*#9F6000;*/
    background-color: #4478C5;/*#FEEFB3;*/
	background-image: url('../img/warning.png');
}

.error#popup_content 
{
    color: #D8000C;
    background-color: #FFBABA;
	background-image: url('../img/error.png');
}

.confirm#popup_content 
{        
	background-image: url('../img/important.gif');
}

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

#popup_message {
	padding-left: 48px;
}

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

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