@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:14px;
	font-size:11px;
	background-image:url('../images/loginBG.jpg');
	background-repeat:repeat-x;
}
td {
	text-align:left;
}
div.container {
	width:472px;
	height:462px;
	background-image:url('../images/loginBox.jpg');
	background-repeat:no-repeat;
	color:#FFFFFF;
}
td.labeler {
	text-align:right;
	padding:0 8px 0 0;
	font-size:13px;
}
td.footerLogin {
	text-align:center;
	color:#046330;
}

.error {
	color: #FF6060;
	font-weight: bold;
}
