﻿html {
	background-color: #5c80a0;
	background: -moz-linear-gradient(top,  #1D3F6D 0%,#5c80a0 40%, #5c80a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1D3F6D), color-stop(40%,#5c80a0), color-stop(100%,#5c80a0));
	background: -webkit-linear-gradient(top,  #1D3F6D 0%,#5c80a0 40%, #5c80a0 100%);
	background: -o-linear-gradient(top,  #1D3F6D 0%,#5c80a0 40%, #5c80a0 100%);
	background: -ms-linear-gradient(top,  #1D3F6D 0%,#5c80a0 40%, #5c80a0 100%);
	background: linear-gradient(to bottom,  #1D3F6D 0%,#5c80a0 40%, #5c80a0 100%);
	min-height: 100%;
}



div.loginpanel {
	width: 700px;
	height: 400px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

div.loginbkgrd {
	width: 524px;
	height: 386px;
	background-color: #f4f3f3;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	color: #676767;
}

div.loginbkgrd > div > div > img {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.leftgutter {
	width: 110px;
	display: inline-block;
	text-align: left;
	padding-left: 40px;
}

div.fixedheight {
	line-height: 50px;
	vertical-align: middle;
}

div.rightcontent {
	width: 350px;
	display: inline-block;
	text-align: left;
}

input.textinput {
	width: 85%;
	height: 35px;
	border: none;
	padding-left: 5px;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #676767;
}

div.footer {
	margin-top: 10px;
	color: #b1c2d2;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.68em;
}

div.footer > a {
	color: #b1c2d2;
}

div.loginbtn {
	width: 110px;
	text-align: left;
	display: inline-block;
}

input.ProManButtonSmall {
	text-align: center; 
	border: 0px; 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(btn_small_new.png) no-repeat; 
	width: 102px; 
	height: 29px; 
	font-size: 12px; 
	color: #555555; 
	cursor: pointer;
}

div.forgotpw {
	width: 200px;
	text-align: center;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}

div.forgotpw > a {
	color: #676767;
	font-size: 0.8em;
	text-decoration: none;
}

a.normalLink {
	color: #676767;
	font-size: 0.8em;
	text-decoration: none;
}

div.errorMsg {
	text-align: center;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	padding-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.Centre {
	text-align: center;
}

.MarginLeftRightAuto {
	margin-left: auto;
	margin-right: auto;
}
