﻿html, form {
	height: 100%;
	margin: 0px;
	min-height: 768px;
	padding: 0px;
}

body {
	font-family: Calibri;
	font-size: 12px;
	height: 100%;
	min-height: 768px;
	margin: 0px;
	padding: 0px;
	background-color: #ededed;
	background-image: url('/Images/rarr1800.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

fieldset {
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-size: 14px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border: 1px;
	border-width: 1px;
	width: 600px;
	height: 310px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: White;
}

.topbar {
	width: 100%;
	margin-bottom: 10px;
	height: 45px;
}

.mySupport {
	font-size: 12px;
	width: 100%;
	margin-top: 10px;
}

.myBottom {
	font-size: 11px;
	color: #9999B9;
	margin-top: 10px;
}

.loginTitle {
	font-size: 26pt;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	width: 250px;
	color: #004b83;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.loginPanel {
	width: 500px;
	height: 180px;
	border-radius: 1px;
	box-shadow: 0px 0px 0px 3px #768ca5;
	background-color: #d0e0f5;
}
