/*body {
  font: 62.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}*/

form {
  font-size: 1.2em;
  
  width:auto;
  padding-left: 30px;
  padding-right: 30px;
}


/* fieldset styling */
fieldset {
  margin: 1em 0em 1em 1em; /*  space out the fieldsets a little*/
  padding: 0em;
  border : 1px solid #000000;
}

/* legend styling */
legend {
  font-weight: bold;
  color:#0D793D;
}


/* style for  labels */
label {
  display: block; font-size: 0.75em;
}

/* style for required labels */
label .required {
  font-size: 0.8em;
  color:#ff0000;
}

input {
  width: auto;
  background-color:#fff;
}


/*input.radio, input.submit {
  width: auto;
}*/
.bground{
background-color:#FFFFFF;}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #fff;
}
input.email {
  background: #ccc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 140px;
  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: 1em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */
