/* Needed for background diming */
#dim{ position:absolute; 
	      top:0; 
		  left:0; 
		  width:100%; 
		  z-index:100; 
		  background: url('/english/js/third_party/jquery.alerts/images/dim.png'); 
		  display:none; 
		  text-align:left; }
#ie6 #dim{background:none;}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	/* min-width: 300px;  Dialog will be no smaller than this */
	/* max-width: 600px; Dialog will wrap after this width */
	width:420px;
	height:245px;
	background: #FFF;
	border: solid 3px #000;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(images/messageBg.jpg) #919191;
	margin:0px;
	padding:0px;
}

#popup_title {
	font-size: 17px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	color: #004F72;
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 15px;
}

#popup_content {
	
	/*padding: 1.75em 1.75em;*/
    margin-top:10px;
	margin-left: 20px;
	margin-right:20px;

}

#popup_content.confirm {

}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}