.wordCount {
	display: inline-block;
	background-color: #eee;
}
.wordCount, .wordCount.error {
	padding: 1px 5px;
	margin: 0 5px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-size: 1em;
	line-height: 1.5em;
}
.wordCount.error {
	color: #d00;
	background-color: #fdd;
}
.requiredBlank label strong {
	background-color: #b00;
	color: #fff;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
label .bar {
	font-size: 11px;
	line-height: 14px;
	top: -1px;
}