label
{
width: 8em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both
}

.input-box
{ color: #2d465f; background-color: #bad4da; margin-bottom: 7px
  }

.submit-button
{
margin-left: 5em;
clear: both
}
.select_class { color: #2d465f; }

div.question {
	padding: .15em;
}
	
div.errorMessage {
	display: none;
}	

div.showErrorMessage {
	display: block;
	color: #f00;
	font-weight: bold;
	font-style: italic;
}

label.error {
	color: #f00;
	fon-style: italic;
}

