.formRed
{
	color: red;
	font-weight: bold;
}

.formError {
	color: #CF4D4D;
	font-weight:bold;
	font-size:10px;
}

.formNoError {
	display:none;
}

.formField {
	display: block;
	overflow: auto;
}

.formClr {
	clear:both;
	display: block;
}

fieldset.formFieldset {
	margin-bottom: 10px;
}

fieldset.formFieldset legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
}

fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}

fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
	color: #CF4D4D;
}

div.formCaption {
	display: block;
	float: left;
	width: 85%;
	height: 72px;
	padding-right: 35px;
}

div.formCaption {
	display: block;
	float: left;
	width: 45%;
	height: 12px;
	padding-right: 15px;
}

div.formCaptionQuest {
	display: block;
	float: left;
	width: 35%;
	height: 12px;
	padding-right: 5px; 
}

div.formCaptionReg {
	display: block;
	float: left;
	width: 22%;
	height: 12px;
	padding-right: 5px; 
}


div.formBody {
	display: block;
	float: left;
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}

div.calheader{
	text-align:center !important;
}

.butnoprint {
  display: none;
}

.rsformProgress {
	text-align: center;
	font-size: 14px;
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px !important;
	background: #fff;
}

.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0px !important;
}

.questbook {margin:5px 0 5px 0;line-height:25px;padding:4px 30px;overflow: hidden;font-weight:bold; background:url(../images/question_icon.png) no-repeat left;}
