/* CSS Document */
.formLabel {
	font-family:Arial, Verdana, "Microsoft Sans Serif";
	font-size:12px;
	width:75px;
	text-align:right;
}
.formLabelDisabled {
	font-family:Arial, Verdana, "Microsoft Sans Serif";
	font-size:10px;
	color:#9ABBD3;
}
.txtField{
	font-family:Arial, Verdana, "Microsoft Sans Serif";
	font-size:12px;
	color:#000000;
	height:14px;
	width:125px;
	vertical-align:middle;
}
.txtFieldSmall{
	font-family:Arial, Verdana, "Microsoft Sans Serif";
	font-size:12px;
	color:#000000;
	height:14px;
	width:30px;
	vertical-align:middle;
}
.txtArea{
	font-family:Arial, Verdana, "Microsoft Sans Serif";
	font-size:12px;
	color:#000000;
	height:70px;
	width:125px;
	vertical-align:middle;
}
.green {
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
