.req {
	font-weight: bold;
	color: #CC3300;
}
.req em {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.mainForm {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9933CC;
	border-right-color: #9933CC;
	border-bottom-color: #5E1F7C;
	border-left-color: #5E1F7C;
	text-align: left;
	left: 0px;
	height: 20px;
	top: 2px;
	bottom: 2px;
}
.clear {
	clear: both;
}


.formFieldQuestion {
	width: 200px;
	display: block;
	float: left;
	position: relative;
	text-align: right;
	padding-right: 7px;
}
.checkbox {
	font-variant: small-caps;
	display: block;
	margin-left: 3px;
	font-size: 14px;
	text-transform: capitalize;
	float: left;
}

