/* CSS Document */
/* this is the css for forms */
/* CSS Document */
form.basic-form {
	width: 60em;
}
form.basic-form fieldset {
  margin-bottom: 10px; border: #990000 solid 1px; width: auto; height: auto;
}
form.basic-form legend {
  padding: 10px 5px;
  color: #990000;  
   font-size: 1.3em;

}
form.basic-form label {
  width: 7em; 
  text-align: left;
  float: left;
  margin-right: 0.5em;
  display: block;
  font-size: 1.1em;
  padding-top: 3px;
  
}
form.basic-form fieldset ol {
  margin: 0;
  padding: 0;
}
form.basic-form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #FFCC00;
}
form.basic-form fieldset li.alt-row{

}
form.basic-form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.basic-form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.basic-form fieldset fieldset label {
  display: block;
  width: auto;
}
form.basic-form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.basic-form label {
  width: 160px; /* Width of labels */
}
form.basic-form fieldset fieldset label {
  margin-left: 163px; /* Width plus 3 (html space) */
}
.notes { font-size: .9em; display:block;  margin-left: 30px; color: #999; padding-top: 2px; margin-bottom: -10px;  }

form.basic-form#nominationForm fieldset {width: 700px; padding: 20px; }
form.basic-form#awardsForm fieldset {width: 850px; padding: 20px;  }

form.basic-form#eventfeedback-form table { font-size: .9em; border-left: 1px solid #ccc; border-top: 1px solid #ccc; margin: 15px;   }
form.basic-form#eventfeedback-form td { text-align: center; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 6px 6px 6px 12px; height: 40px; } 
form.basic-form#eventfeedback-form td input { width: 80px;}
form.basic-form#eventfeedback-form tr:hover {  background-color: #FFcc33; }

form.basic-form#eventForm p { margin: 5px; }

form.basic-form#eventForm input { width: 338px;  }
form.basic-form#eventForm input.short { width: 50px;  }
form.basic-form#eventForm input.med{ width: 180px;  }
form.basic-form#eventForm select {  width: 150px;  }
form.basic-form#eventForm input.radio {  width: 30px;  }
form.basic-form#awardsForm input.short { width: 50px;  }
form.basic-form#awardsForm input.med{ width: 140px;  }
form.basic-form#awardsForm input.med-sml{ width: 100px;  }
form.basic-form#awardsForm select {  width: 150px;  }
form.basic-form input.radio {  width: 30px;  }
form.basic-form#contact-form input { width: 420px; border: 0;  }
form.basic-form#contact-form input:hover { background-color: #FF9900;   }
form.basic-form input { width: 420px;   }
/*form.basic-form p:hover {background-color: #FFcc33; font-weight: bold;    }*/
form.basic-form input:focus {background-color: #FFcc33; font-weight: bold;    }
form.basic-form p { padding: 0 3px; }

input.button { width: 80px !important; margin-left: 440px; border: 1px solid #333 !important; background: url(images/mini-gradient.jpg) repeat-x #6d0027; color: #FFF; } 
input.button:hover { background-color: #FF9933; color: #990000; } 
input.amount  { width: 40px !important;  margin-left: 1px; padding: 2px; color: #333;  border: none; }

#requiredFieldNote { font-weight: bold; text-decoration: underline; }
.required-field { font-weight: bold; color: #990000; margin: 2px; }
form.basic-form#eventForm fieldset { width: 900px; padding: 10px; margin-top: -20px; }