﻿html{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body,input,button,span,div,td,select,textarea{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:13px;
}

body{
	background-color: #ffffff;
	margin: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
div.LoginNote{
	font-size:16px;
	margin-bottom:5px;
}
div.LoginMsg{
	margin-bottom:5px;
}
input.Login{
	width:120px;
}
button.Login{
	width:180px;
	margin-bottom:6px;
}

table.MainTable{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
img.FormLogo{
	margin-bottom:10px;
}
img.Loading{
	bottom: 30px;
	right: 30px;
	position: absolute;
	z-index: 2000;
	border:1px solid #c0c0c0;
	width: 76px;
	height: 22px;
}
