/*
*
*This style sheet is for the Award Nomination Form
*
*/

.error {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
.red {
	color: red;
}
legend {
	font-size: 100%;
	font-weight: bold;
}
span.format{
	color: darkgrey;
	font-size: 88%;
}
.info {
	font-size: 150%;
}
#wordsLeft {
    color: blue;
    font-weight: bold;
}
.wordCount {
    font-weight: bold;
}
