.TextBox{
  background-color: #FFF4ED;
  font-size: 15px;
}
.TextArea{
  background-color: #FFF4ED;
}

.Select{
  background-color: #FFF4ED;
  font-size: 10px;
}

.CustLabel{
  color: #000000;
}
.CustRequired{
  color: #FF0000;
}
.CustDisabled{
  color: #A0A0A0;
}

.LinkNew{
  text-decoration: none;
}

.LinkNew:hover{
  text-decoration: underline;
}