/*

ePeoples.com
online banking login (pre-selection facade) styles

NOTE: 
actual online banking logins are hosted at the vendor's side, 
and controlling the style of that content is not possible.

Karl Glasgow
code@keg4.com
05/2010

*/

div.OnlineLogin {
	width: 144px;
	height: 255px;
	font-size: 11px;
}
div.OnlineLogin p {
    margin: 0px 0px 12px 0px;
}
div.OnlineLogin input, 
div.OnlineLogin select {
	width: 144px;
	height: 21px;
	padding: 2px;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;	
}
div.OnlineLogin a, 
div.OnlineLogin a:hover {
	color: #1F926B;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
}

div#DownForMaintenance {
	color: #008457;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: bold;
}
