.labeled-grid {
	width: 100%;
}

.label {
	text-align: right;
	white-space: nowrap;
	padding: 5px;
	vertical-align: top;
}

.labeled {
	text-align: left;
	width: 100%;
}

.required_input_field {
	font-weight: normal;
	color: #E10B00;
}