﻿@charset "UTF-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #283874;
}
.oneColFixCtr #container {
	width: 482px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 234px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -241px;
	margin-top: -117px;
	background-repeat: no-repeat;
}
.oneColFixCtr #containerB {
	width: 482px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 259px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -241px;
	margin-top: -117px;
	margin-right: auto;
    margin-bottom: 0;
}
.oneColFixCtr #mainContent {
	background-image: url('../images/loginback.png');
	height: 204px;
	padding-top: 30px;
}
.oneColFixCtr #inputa {
	background-image: url('../images/input.jpg');
	height: 45px;
	width: 175px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 260px;
	margin-bottom: 15px;
}
.oneColFixCtr #inputb {
	background-image: url('../images/input.jpg');
	height: 45px;
	width: 175px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 260px;
	margin-bottom: 15px;
}

.oneColFixCtr #inputc {
	height: 20px;
	width: 175px;
	margin-left: 260px;
	margin-bottom: 15px;
}

.inputText {
	font-weight:bold;
    width: 270px;
}
.oneColFixCtr #login {
	height: 23px;
	width: 63px;
	margin-left: 370px;
	margin-top: 10px;
}

.inpTxtBox 
{
    background-color: transparent;
    border: 0px;
    border-color: transparent;
    padding-left: 5px;
    padding-top: 4px;
}
.denied {
	position: absolute;
	left: 90px;
	top: 175px;
	font-weight: bold;
	color: #C00;
	font-size: 14px;
	font-style: italic;
}