.jj_alert_plugins{
	display: none;
}
.jj_popup_header {
	height:30px;
	z-index:2;
	background-image: url(img/dialog24.png);
	background-repeat: repeat-y;
	background-position: top;
}
.jj_popup_body {
	z-index:2;
	background-image: url(img/dialog24.png);
	background-repeat: repeat-y;
	background-position: center;
}
.jj_popup_footer {
	height:50px;
	z-index:2;
	background-image: url(img/dialog24.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
.jj_popup_close {	
    display: block;	
    background: url(img/close24.png) no-repeat 0px 0px;	
    left: -5px;	
    width: 26px;	
    text-indent: -1000em;	
    position: absolute;	
    top: -7px;	
    height: 26px;	
}
.jj_popup_body_content {
	margin-left: 25px;
	margin-right: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.jj_popup_overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.jj_popup_box {
	position: fixed;
	z-index: 10000001;
	left: 450px;
	top: 200px;
	width: 330px;
	display: none;
}
.jj_loading_box {
	position: fixed;
	top: 200px;
	left: 430px;
	display: none;
	width: 350px;
	height: 80px;
	background-color: #e0e0e0;
	border: 1px solid blue;
	z-index: 10000001;
}
.jj_loading_box_message {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
.jj_loading_box_image {
	height: 40px;
	background: url(img/loadingbar.gif) no-repeat center;
}