/* CSS Document */

/* For the Display reports. It was printing too small */

html,body,container { width: 100%; margin: 0; float: none; font-family: serif; color: black;}

/* ----- INPUT FORM ---------------------------------*/
.formtitle {
	font-size: 12px;
	font-weight : bold;
	
}
.formtext {
	font-size: 10px;
	vertical-align : baseline;
}

.formerror {
	font-size: 10px;
	color : Red;
}

.formerrorsmall {
	font-size: 8px;
	color : Red;
}

.formtextsmall {
	font-size: 8px; 
}

.FormTextVerySmall {
	font-size: 6px;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: black;
	font-size: 10px;
}

