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

.formError {
color: red;

font-weight: bold;

font-size: 14px;
display: block;

margin-top: 4px;
}

.formNoError {
	display:none;
}

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


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

.rsformVerticalClear {
	overflow: hidden;
	display: block;
}

.formResponsive .rsformProgress p {
	display: none;
}

.formResponsive .formHorizontal .hide {
  display: none;
}


