﻿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;
	background-image: url('/images/ShowMGR_corp_icon_tilted.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: center center;
	margin: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
div.Root {
	height:100%;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
div.LoginNote{
	font-size:14px;
	margin-bottom:5px;
	text-align: center;
}
div.LoginMsg{
	margin-bottom:5px;
	text-align: center;
}
input.Login{
	width:120px;
}
button.Login{
	width:180px;
	margin-bottom:6px;
}

table.MainTable{
	display:inline-table;
	width: 380px;
	height: 300px;
	background-color: rgba(255,255,255,0.6);
	border:4px solid #cccccc;
	border-radius: 10px;
}
table.Root {
	height:100%;
	width:100%;
	vertical-align:middle;
	text-align:center;
	border-collapse:collapse;
}
img.FormLogo{
	margin-bottom:10px;
}
img.Loading{
	bottom: 30px;
	right: 30px;
	position: absolute;
	z-index: 2000;
	border:1px solid #c0c0c0;
	width: 76px;
	height: 22px;
}
