


input.text {
 
  width: 251px;
  height: 36px;
 padding: 10px 20px 0px 20px;
  border: none;
  background: url('images/caja_cort.jpg') no-repeat top right;
  _background-attachment:fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #3eb678;
}

textarea.mesaj {

  width: 402px;
  height: 129px;
  padding: 25px 20px 30px 20px;

  border: none;
  background: url('images/caja_gran.gif') no-repeat top right;
  _background-attachment:fixed;
overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #3eb678;
}



