    .mailer input {  background: #fff;  border: 1px #C7C8CA solid; }
    .mailer input:focus { background: #def; border:1px  #003399 solid; }
    .mailer input:active {    background-color:#fff; border:1px  #003399 solid;}

    .mailer textarea {     background-color: rgb(255, 255, 255); border: 1px #C7C8CA solid; }
    .mailer textarea:focus { background: #def; border:1px #003399 solid; }
    .mailer textarea:active { background-color: rgb(255, 255, 255); border:1px #003399  solid; }

    *.mailerlabel:hover {background-color: #fff;}

    input.sbmt { background-color: #fff; padding:1px;margin:1px }
    input.sbmt:hover {      background: #E7E7E9;    }

    fieldset { border:1px #C7C8CA solid; -moz-border-radius: 4px;}

