.formRed {
	color: red;
	font-weight: 700;
}
.formError {
	color: #CF4D4D;
	font-weight: 700;
	font-size: 10px;
}
.formNoError {
	display: none;
}
.formField {
	display: block;
	overflow: auto;
}
.formClr {
	clear: both;
	display: block;
}
fieldset.formFieldset {
	margin-bottom: 10px;
}
fieldset.formFieldset legend {
	color: #FF8200;
	font-family: 'Roboto Condensed', Arial, sans-serif!important;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0 2px;
}
fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}
fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 5px;
}
strong.formRequired {
	font-weight: 700;
	font-style: normal;
	margin-left: 3px;
}
div.formCaption {
	display: block;
	float: left;
	font-size: 15px;
	height: 12px;
	letter-spacing: -.2px;
	margin-left: -3px;
	margin-right: 2px;
	width: 160px;
	color: #888888;
    font-family: 'Roboto Condensed',Arial,sans-serif !important;
    line-height: 14px
}
.formBody img {
	border: 0 solid #EBEBEB!important;
	margin-bottom: 0!important;
}
div.formBody {
	font-size: 14px;
	display: block;
	float: left;	font-family: 'Roboto Condensed', Arial, sans-serif!important;
}
div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: 400;
}
div.calheader {
	text-align: center!important;
}
.rsformProgress {
	text-align: center;
	font-size: 14px;
}
.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	background: #fff;
	margin: 0 0 10px!important;
}
.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0!important;
}
