div#footer
{
	border-left: 4px solid #2D3690;
	border-right: 4px solid #2D3690;
	border-bottom: 4px solid #2D3690;
	position:relative;	/* so we can position absolutely positioned elements */
	width: 760px;
	margin: auto;
}

input#txtCardNumber
{
	width: 90px;
	margin-right: 5px;
	padding-left:2px;
}

div#balanceQuickCheckForm
{
	position:absolute;
	left: 33px;
	top:74px;
	color:#CAF33F;
}

div#balance
{
	margin-bottom:2px;
}

input#btnBalanceQuickCheckSubmit
{
	margin-bottom: -6px;
	margin-left: 0;
	padding:0;
}

#preloadBottomNavOnImgs img
{
	display: none;
}
