﻿html
{
	height: 100%;
}
body, form
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.login_table
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}
.login_center
{
	height: 100%;
	text-align: center;
	vertical-align: top;
}
.login_bkgrd_table
{
	padding: 0px;
	margin: 0px auto;
	background-image: url(../Images/mainBackground.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 611px;
	width: 815px;
}
.login_bkgrd_top_td
{
	height: 100%;
}
.login_bkgrd_ctrls_td
{
	text-align: center;
	padding-bottom: 110px;
}
.login_ctrls_table
{
	padding: 0px;
	margin: 0px auto;
	font-family: Verdana;
	font-size: 11px;
}
.login_ctrls_label_td
{
	text-align: right;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #354b5f;
	cursor: default;
}
.login_ctrls_input_td
{
	padding-bottom: 3px;
}
.login_ctrls_input
{
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #a8b6c3;
}
.login_ctrls_button_td
{
	text-align: center;
	padding-top: 5px;
}
.login_ctrls_button
{
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 5px;
	border: solid 1px #a8b6c3;
	background-color: #ffffff;
	color: #354b5f;
	width: 81px;
	height: 22px;
	cursor: pointer;
}
.login_ctrls_button_over
{
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 5px;
	border: solid 1px #a8b6c3;
	background-color: #e8e8e8;
	color: #47647f;
	width: 81px;
	height: 22px;
	cursor: pointer;
}
.login_ctrls_error_td
{
	color: #ff0000;
	padding-top: 5px;
	cursor: default;
}

.login_copyright_td
{
	padding-right: 25px;
	vertical-align: middle;
	background-color: #f7f8fc;
	border-top: solid 1px #a8b6c3;
	text-align: right;
	color: #c0c2ce;
	height: 18px;
	font-family: Verdana;
	font-size: 9px;
	cursor: default;
}
