/*JALERT STYLES!! */
#popup_container {
	font-family: Calibri,Arial, sans-serif;
	font-size: 12px;
	width: 294px; /* Dialog will be no smaller than this */
	height: 126px; /* Dialog will wrap after this width */
	background-image:URL(/images/jalert.gif);
	color: #333;
}

#popup_title {
	
}

#popup_content {

}

#popup_content.alert {
	
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message 
{
    padding-top:33px;
	padding-left: 90px;
	width:110px;
	padding-right:10px;
	
}

#popup_panel 
{
   
   
    margin-top:-27px;
padding-left:200px;

}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok{background-image:URL(/images/ok.png);width:56px;height:49px;border:0px;color:gray;left:220px;position:absolute;top:30px;}


/* END OF JALERT STYLES*/