body
{
	color: #000;
	background-color: #fff;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

#container1 { margin: 20px auto; width: 800px; text-align: center;}
#logincontainer { background-color: #0099D2; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; width: 300px; margin: 10px auto; border: solid 1px #4297D7; }

strong
{
	font-weight: bold;
}

table
{
	color: #fff;	
	border: none;
	margin: 0 auto;			
	font-weight: bold;
	font-size: 12px;
}

td { padding: 4px; }

a
{
	color: #fff;
	text-decoration: underline;
}

input[type=text],input[type=password] { width: 160px; }

.failure
{
	color: #f30;
	font-weight: bold;
}

.header
{
	height: 80px; 	
	background: #fff url(../img/DBC_logo_payoff.png) no-repeat scroll top center;		
	width: 100%;				
}