@charset "UTF-8";
/* CSS Document */

#left form {
  font-size: 10px "Trebuchet MS";
  width: 400px;
  margin: 10px 0 0 35px;
}


/* fieldset styling */
#left fieldset {
  margin: 10px 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
#left legend {
  font-weight: bold;
  font: 12px "Trebuchet MS";
}


/* style for  labels */
#left label {
  display: block;
  font: 11px "Trebuchet MS";
}

/* style for required labels */
#left label .required {
  font-size: 9px;
  color:#760000;
  font-weight: normal;
}

#left input {
  width: 200px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #efeee1;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}
#left .enviar {
margin: 0 0 10px 350px;
width: 50px;
height: 20px;

}
/* End the hack */