﻿.ThankYouMain strong {
 font-size:12px;
 line-height:normal;
 color:#32CD32;
 text-transform:uppercase;
}



.NoRecord strong {
 font-size:14px;
 line-height:normal;
 color:#6E0000;
 text-transform:uppercase;
}
.ValidationError {
 /*background: #fce7e7;*/
 background:url(../images/error_icon1.png) no-repeat scroll 5px 2px;
 color: #b00 !important;

 font-size:12px !important;
 line-height:14px ;
 margin:0px !important;
 padding:2px 0px 5px 25px !important;
 text-align: left !important;

}

.required {
  color: #b50808;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
}