.mask {

	visibility:hidden;
	position:absolute; 
	left:0; 
	top:0; 
	width:98%; 
	height:98%;
	background-color:black;
	border: 1px	solid black;
	opacity: .3; 
	filter: alpha(opacity=30);
}

.borderRight{
	border-right:1px solid #B6CDE7;
	background-color:#FFFFFF;
	}
.borderLeft{
	border-left:1px solid #B6CDE7;
	background-color:#FFFFFF;
	}


.alert_msg {
	text-align:left;padding-left:25px;
}




.invite_orange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ED8121;
}

a.invite_orange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ED8121;
	text-decoration:none;
}

hover:a.invite_orange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ED8121;
	text-decoration:none;
}

.alert_hide {
	display:none;
}

.alert_show {
	display:;border:2px dotted; border-color:red;text-align:left;padding:5px;margin:5px;
}

.alert_green {
	display:;border:2px dotted; border-color:green;text-align:left;padding:5px;margin:5px;
}

.alert_img {
	float:left;
}

.asterisk {
	color:red;
}

#systemWorking {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 400px; top: 200px;
}
body > div#systemWorking {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

div#systemWorking {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 400 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 200 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}