.tfv-field{
   width: 30%;
   margin-top: 10px;
   height: 28px;
}
.tfv-title-label{
   margin-left: 34px;
}
.tfv-title-error{
  	margin-left: 10px;
}
.tfv-content-title{
	margin-left: 12px;
}
.tfv-content-error{
	margin-left: 10px;
	margin-bottom: 20px;
}
.tfv-btn-save{
	margin-top: 20px;
}
.tfv-post-label{
	margin-left: 34px;
}
.tfv-heading{
	font-weight: 400;
	margin-top: 45px;
    margin-bottom: 0px;
    color: #008ec2;
}
h3{
	margin-bottom: 0px;
}
#tfv-validation-view-div{
	margin-top: 20px;
}
.error{
	color: red;
}
.scrollcss
{
	overflow:auto;
	width:99%;
	height:175px;
}
.tfv-sub-heading{
	font-weight: 400;
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 18px;
}
.tfv-star{
	color: red;
}
input.error{border:1px solid #FF0000 !important; }
textarea.error{border:1px solid #FF0000 !important; }
label.error,div.error{
    font-weight:normal;
    color:#FF0000 !important;
}