/* CSS Document */





/* fieldset styling */
.emails  fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  font-size: 1.0em;
}

/* legend styling */
.emails legend {
  font-weight: bold;
}


/* style for  labels */
.emails label {
  display: block;
  font-size: .9em;
}

/* style for required labels */
.emails  label .required {
  font-size: 0.65em;
  color:#760000;
}

 input.emails {
  width: 200px;
  height: 12px;
}

.emails  p {
  margin: 0;
  padding: 0;
}

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



/* End the hack */
