#overlay img { 
	border: none;
}

#overlay { 
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
}

* html #overlay{
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#loadingImg {
	position: absolute;
	top: 350px;
	left: 430px;
	width: 95px;
	height: 120px;
	z-index: 150;
	color: #DDDDDD;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wait/moose/icon0.png');
}

.td1style {
	font-weight:bold;
	border:1px solid black;
	background-color:yellow;
	color:black;
	font-size:14px;
	font-family:Verdana;
}
.td2style {
	font-weight:bold;
	border:1px solid black;
	background-color: gray;
	color: green;
	font-size:12px;
	font-family:Verdana;
}
.linkstyle {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}


#alertbox{
	position: absolute;
	top: 28px;
	left: 576px;
	width: 410px;
	height: 213px;
	z-index: 190;
	color: black;
	background-color: #DDDDDD;
	border: solid yellow 2px;
}

#alertbox_center{
	position: absolute;
	top: 225px;
	left: 350px;
	width: 300px;
	height: 125px;
	z-index: 190;
	color: black;
	background-color: white;
	border: solid yellow 2px;
	font-family: arial;
}