.info, .errors_cas, .success{
        clear:both;
        margin-bottom: 10px;
        padding: 0px 0px  10px 10px;
        font-size:10px;
        line-height:1.3;
        font-weight:bold;
}


.errors_cas{
        border:1px dotted #d21033;
        background:#fed  ;
        color:#d21033;
        padding-bottom: 0px;
}

.red{
   border-color:#FF0000;
   outline:none;
}
.error-email{
   text-align: right;
   color: #e6007e;
   font-style: normal;
   font-weight: 250;
   font-size: x-small;
}

.error-firstname{
   text-align: right;
   color: #e6007e;
   font-style: normal;
   font-weight: 250;
   font-size: x-small;
}

.error-lastname{
   text-align: right;
   color: #e6007e;
   font-style: normal;
   font-weight: 250;
   font-size: x-small;
}
.error-countryVal{
   text-align: right;
   color: #e6007e;
   font-style: normal;
   font-weight: 250;
   font-size: x-small;
}

.h7{
  position: absolute;
  left: 200px;
  top: 150px;
}
.h8{
  position: absolute;
  left: 200px;
  top: 150px;
}
.termsOfUse{
    color: #74757c;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;
}

.newsletter{
  color: #74757c;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;

}

/*** Pawan : Honeypot changes ***/
input[type="text"].invisibleField { display: none; }
