#popup_container 
{
    
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title 
{
    
    float:left; width:402px; background:url(../images/right-blue.gif) repeat-x;  height:25px; position:relative;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
	cursor: default;
	padding: 0em;	
	margin: 0em;			
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 2em 1.75em;
	margin: 0em;
	  margin-top: 20px;
}

#popup_content.alert {
	background-image: url(../images/dialog-error.png);	
	  margin-top: 20px;	  
}

#popup_content.successalert {
	background-image: url(../images/success.png);
	margin-top: 20px;
	
}

#popup_content.confirm {
	background-image: url(../images/dialog-warning.png);
	  margin-top: 20px;
	  min-height:38px;
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	width:75%;	
	padding:0 0 0 45px;
	position:relative;
	margin:0 0 0 0;
	font-size:13px;
	
}

#popup_panel {
	text-align: center;
	margin-top:15px !important;
	margin-bottom:10px;
	float:right;
	padding:0 0  2px 0
	
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_message p
{   
    width:100%;
    float:left;
    margin:5px 0 0 30px;    
}


/*#popup_panel input#popup_ok 
{
     width:45px;  
     text-align:center;
     background-color:#a5d34a;
     border:1px solid #00519c;
     color:#000; 
     font-size:12px;
     outline:none; 
   /*  	background-image: url(../images/ok_button.gif);
}*/

#popup_panel a{ background: url(../images/button-left.png) no-repeat left top !important; float:left !important; height:29px !important; padding:0 5px 0 7px !important; cursor:pointer !important;  text-decoration:none !important; }
#popup_panel input#popup_ok, #popup_panel input#popup_cancel{ background:url(../images/button-right.png) no-repeat right top !important; float:left !important; width:auto !important; height:29px !important; color:#fff !important; font-size:12px !important; border:none !important; padding:0 10px 0 0 !important; cursor:pointer !important; text-shadow: 0px -1px #472E00; text-decoration:none !important;}

/*#popup_panel input#popup_cancel
{
     width:45px;  
     text-align:center;
     background-color:#a5d34a;
     border:1px solid #00519c;
     color:#000; 
     font-size:12px;
     outline:none; 
   
}

*/