@charset "utf-8";
/* CSS Document */



/*    FORM STYLIN     */

#applyCont{
	width:100%;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#applyCont td{
	font-size:12px;
}

.formHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.leadin {
	font-size: 14px;
	font-weight: bold;
	color: #851600;
}

.leadinBlack {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

label.error{
	margin:0;
	display:block;
	color: #F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	overflow:hidden;
	height: 20px;
}

