/* Form validators */
.req_fld_ast {
	color: red;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}
.tfvHighlight {
	color: red;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}
.tfvNormal {
	color: #7A3535;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}

/* jQuery Validator - Start */
div.istContainerValErr {
	background-color: #eee;
	border: 1px solid #484848;
	margin: 10px 60px 10px 60px;
	padding: 5px;
}

div.istContainerValErr h4, div.istContainerValErr ol {
	margin-top: 4px;
	margin-bottom: 4px; 
}

div.istContainerValErr ol li {
	list-style-type: disc;
	margin-left: 10px;
}

div.istContainerValErr {
	display: none
}

form.istCMXForm label.error, label.error {
	display: inline;

}

#istCMXFormContainer {
	border: 1px solid #C2C2C2;
	background-color: #CDD8E9;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* jQuery Validator - End */