/* EI 20010 Forms - test1 */

label {
	/*width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;*/
	display: block;
	font-size: 12px;
	margin: 10px 0 4px 0;
}
label.inline {
	display: inline;
}
.submit-buttons {
	margin-top: 14px;
}
label span {
	color: #FF0000;
}
form h5 {
	font-size: 14px;
	margin: 4px 0;
}
form h6 {
	font-size: 12px;
	margin: 4px 0;
}
.fieldNameCSS {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
.fieldValueCSS {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}
