body {
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 100%;
	min-height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
html {
	height: 100%;
}
#container {
	height: 100%;
	min-height: 750px;
	max-height: 100%;
	padding-top:5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#main {
	width: 1200px;
	min-width: 1200px;
	max-width: 1200px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
	border: 0px none;
	background-color: rgb(28,25,88);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: -10px 5px 10px -9px rgba(28,25,88,1);
	box-shadow: -10px 5px 10px -9px rgba(28,25,88,1);
}
#mainLeft {
	float: left;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}
#mainImage {
	background-image: url("business-people2.jpg");
	background-size: 800px 532px;
	height: 450px;
	min-height: 450px;
	max-height: 450px;
	border-bottom: 3px solid rgb(227,227,227);
	background-repeat: no-repeat;
}
#mainLine {
	float: left;
	background-color: rgb(224,185,0);
	width: 4px;
	min-width: 4px;
	max-width: 4px;
	height: 100%;
}
#login {
	float: left;
	width: 396px;
	height: 100%;
	padding-top: 98px;
	text-align: center;
	background-color: #fff;
}
#empLogo {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	margin: auto;
	-ms-interpolation-mode: bicubic;
}
#errorMsg {
	margin: auto;
	text-align: center;
	font-family: arial;
	font-size: 85%;
	padding: 0px 10px;
	margin-bottom: 16px;
}
#noError {
	min-height: 16px;
	height: 16px;
	max-height: 16px;
	overflow: hidden;
}
#loginButton {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	padding: 10px 8px;
	border: 0px none;
	border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 115%;
	background-color: rgb(28, 25, 88);
	-webkit-box-shadow: 0 5px 5px -3px rgba(28,25,88,1);
	box-shadow: 0 5px 5px -3px rgba(28,25,88,1);
}
.loginForm {
	margin: auto;
	margin-bottom: 15px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}
input[type='submit'], input[type="submit"] {

	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
input[type='text'], input[type='password'] {
	padding: 5px 8px;
	border: 1px solid rgb(197,197,197);
	border-radius: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 105%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}
input[type='text']:focus, input[type="text"]:focus, input[type='password']:focus, input[type="password"]:focus {
	box-shadow: 0 0 8px rgba(28, 25, 88, 1);
}
#messageHead {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 180%;
	color: #fff;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	padding: 25px 40px;
}
#messageBody {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 110%;
	color: #fff;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	padding: 0 40px;
}
.empLogoWrapper {
	margin-bottom: 90px;
}
main {
	display: block;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: normal;
	font-weight: normal;
}