.pageOuter {
	text-align: center;
	margin-top: 10%;
	margin-left: 280px;
	width: 400px;
}

.notesOuter {
	text-align: center;
	margin-top: 20px;
	margin-left: 180px;
	width: 500px;
}

.loginBoxOuter {
	text-align: center;
	padding: 0;
	background-image:url('../images/bpayLogo.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	background-size:56px 82px;
}

.loginBoxInner {
	margin: 0 0 0 50px;
	padding: 5px 0 5px 0;
	float:left;
}

.errorBoxOuter {
	text-align: center;
	padding: 0;
	margin: 0;
}

.errorBoxInner {
	margin: 0 0 0 50px;
	padding: 5px 0 5px 0;
	float:left;
	color: red; 
   	font-weight: bold;
}
.errorMessage {
	margin: 0;
	padding: 0;
	color: red; 
   	font-weight: bold;
   	text-align: left; 
}

.inputSetLabel {
	float: left;
	text-align: left;
	padding: 5px 3px 15px 20px;
	font-weight: bold;
	height: 20px;
}

.inputLabel {
	float: left;
	width: 80px;
	text-align: left;
	padding: 3px 3px 3px 20px;
	height: 20px;
}

.inputField {
	float: left;
}

.loginButton {
	margin-top: 3px;
}

.boxHeader {
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 3px 0 3px 0;
	float:left; 
}

.boxHeaderBlue {
	text-align: center;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #004488;
	width: 100%; 
	height: 100%;
	float:left; 
}

.clearFloat {
	clear: both;
}

.leftTopBox,.leftTopBoxBlue,.topBox,.rightTopBox,.leftBox,.rightBox,.rightBoxBlue,.leftBottomBox,.bottomBox,.rightBottomBox
	{
	margin: 0;
	padding: 0;
}

.topBox,.bottomBox {
	height: 7px;
	width: 100%;
	background-repeat: repeat-x;
}

.rightTopBox,.rightBox,.rightBoxBlue,.rightBottomBox {
	float: right;
}

.leftTopBox,.topBox,.leftBox,.leftBoxBlue,.boxContent,.leftBottomBox,.bottomBox
{
	float: left;
}

.leftTopBox,.rightTopBox,.leftBottomBox,.rightBottomBox {
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
}

.leftBox,.rightBox,.leftBoxBlue,.rightBoxBlue {
	width: 7px;
	height: 100%;
	background-repeat: repeat-y;
}

.leftTopBox {
	background-image: url('../images/roundbox/blue_01.gif');
	background-position: left bottom;
}

.topBox {
	background-image: url('../images/roundbox/blue_02.gif');
	background-position: center bottom;
}

.rightTopBox {
	background-image: url('../images/roundbox/blue_03.gif');
	background-position: right bottom;
}

.leftBox {
	background-image: url('../images/roundbox/white_04.gif');
}

.rightBox {
	background-image: url('../images/roundbox/white_06.gif');
}

.leftBottomBox {
	background-image: url('../images/roundbox/white_07.gif');
}

.bottomBox {
	background-image: url('../images/roundbox/white_08.gif');
}

.rightBottomBox {
	background-image: url('../images/roundbox/white_09.gif');
}

.leftBoxBlue {
	background-image: url('../images/roundbox/blue_04.gif');
}

.rightBoxBlue {
	background-image: url('../images/roundbox/blue_06.gif');
}