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

.alertmsglogin {
	color:red;font-weight:bold;text-align:left;padding-left:25px;
}



.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:center;padding:5px;margin:5px;
}

.alert_img {
	float:left;
}



#systemWorking {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 0px; 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( ( 0 + ( 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' );
}

.hide {
		display:none;
	}

.show {
	display:'';
}

.hyperlink {
	cursor:hand;
	cursor:pointer;
}