#jalertcover{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
	margin:auto;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:9998;
	display:none
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	/*max-width: 600px;*/ /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #000;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	width:500px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75em;
	color: #FFF;
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	background-color: #510000;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding-left: 15px;
	margin: 0em;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;*/
	text-align:left
}

#popup_content.alert {
	/*background-image: url(images/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(images/help.gif);*/
}

#popup_message {
	margin: 15px 0 0 10px;
}


#popup_panel {
	text-align: right;
	margin: 15px 10px 10px 0;
}

#popup_panel .button {
	width:80px;
	height:30px;
	border:1px solid #CCC;
	cursor:pointer
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_container .left, #popup_container .right {
	float:left
}

#popup_container .left {
	width:100px;	
}

#popup_container .left .img_wrapper  {	
	margin: 10px;
}

#popup_container .right {
	width:408px;
	border-left:1px solid #CCC
}


