@charset "utf-8";
/* CSS Document */

.formRequired {
	color:#660000;
}

form {
/*	width:400px; */
}

form table tr td {
	/*text-align:right;*/
	padding-right:5px;
}

label {
	font-size:11px;
	font-weight:bold;
	color:#3b5873;
	text-align:right;
}


.forgotPin {
	text-align:left;
	color:#660000;
	font-size:10px;
}

.forgotPin a {
	text-decoration:underline;
	color:#660000;
}

