.errorMsg {
  display: none;
}

.errorMsg, tr.errorMsg, td.errorMsg {
  font-weight: bold;
  font-size: 12px;
  background:#FFAED6 none repeat scroll 0 0;
  border:solid 1px #FFFF00;
  color:black;
  height: 23px;
}

.errorMsg span {
  /*color: #FF0000;*/
  color: red;
  background-image: url(../images/error-cross.png);
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-left: 22px;
}

.activeElement {
  background-color: #D4FFCF;
}

.errorBlock {
  background: #ffdfdf url(../images/uf_error.png);
  border: 1px solid #df7d7d;
  border-width: 1px 0;
  margin: 0 0 0em 0;
  
}
.unifrm-bg {
 	border: solid 1px #85BF2B;
	
	background:transparent url(../images/uf_focused.png) repeat scroll 0 0;
}

.errorBlock input {
  border: 1px solid #df7d7d;
}


.loadingmsg {
  background-image: url(../images/loading.gif);
  display: none;
  padding-left: 21px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}

.asterisk{
	color:#FF0000;
	float:right; 	
}

.txtRequired{
	float:left;
}

.frmSt1 {

	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #B6B6B6;
	color:#6D6D6D;
	font-size:12px;
	height:22px;
	padding-left:2px;
	padding-right:2px;
	width:204px;
}


#successMsg, .successMsg {
  background: #F07F7F url(../Images/uf_success.png) repeat scroll 0% 0%;
  border: solid 1px #009900;
  color: #009900;
  padding: 8px;
  display: none;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
