form .txt{
    border: 2px inset #E4E4E4;
    border-radius: 10px 10px 10px 10px;
    height: 21px;
    padding: 2px;
    width: 190px !important;
  }

  form .label{
    color: #76556D !important;
    font-family: Georgia;
    font-size: 14px !important;
    font-style: italic;
  }

  form .reg{
  color:#FE0000;
  }

  form .bottomButton input{
    background: url("../i/send-right.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    font-size: 0;
    height: 37px;
    line-height: 0;
    margin: 19px 0 50px 40px;
    overflow: hidden;
    text-indent: -9999em;
    width: 130px;
  }

  form textarea.txt{
   resize:none;
  }

  #txtFormHeader{
	  border:none;
  }