.orderheader {
	font-size: 14px;
	font-weight: bold;
	background-color: #DACF94;
}
.ordertitles {
	font-size: 12px;
	font-weight: bold;
	background-color: #CEC073;
}
.normalize {
	font-size: 12px;
	font-weight: normal;
}
.inputboxes {
	border: 1px solid #CEC073;
}
.warning {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.required {
	font-size: 10px;
	color: #FF0000;
}
