﻿body{
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
	overflow: hidden;
}
#LoginBox{
	width: 250px;
	padding: 20px;
	background-color: #ebebeb;
	border: 1px solid #c0c0c0;
	opacity: .65;
	filter: alpha(opacity=65);
	vertical-align: middle;
}
.MainTable{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	background-image: url('/images/bg-logo.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
Img.Loading{
	bottom: 30px;
	right: 30px;
	position: absolute;
	z-index: 2000;
	width: 100px;
	height: 25px;
	border:1px solid #c0c0c0;
}

