form, input, table, textarea, select, li {
    margin: 0;
    padding: 0;
}

div.inputSection
{
  clear: both;
  width: 100%;
  margin-bottom: .5em;
}

div.checkboxSection
{
  clear: both;
  width: 100%;
  margin-bottom: 0;
}

.textfieldLabel, .textareaLabel, .selectLabel, .fieldName, .groupLabel
{
    font-weight:bold;
    font-size: 1em;
    display: block;
    text-align: right;
    padding: 0;
    padding-right: 2em;
    width: 30%;
    float: left;
}

td .textfieldLabel, td .textareaLabel, td .selectLabel, td .fieldName, td .groupLabel
{
    width: 100%;
}

.optional {
    font-weight: normal;
}

.textfieldLabel .inlineInstructions, .textareaLabel .inlineInstructions, .selectLabel .inlineInstructions, .fieldName .inlineInstructions, .groupLabel .inlineInstructions
{
  display: block;
  font-weight: normal;
  font-style: italic;
  /* margin-bottom: .5em; */
}

.inlineInstructions {
    font-size: .8em;
}

.instructions {

}

.cartInstructions {
    font-size: .9em;
    font-style: italic;
    font-weight: normal;
}

.textInput, textarea, .mediumTextInput, .longTextInput, .longestTextInput, .shortTextInput, .dateInput, .genericInput, .fileInput, .nonEditableText
{
  background-color: #fff;
  padding: .2em;
  font-size: 1.1em;
}

.gameForm .textInput
{
  background-color: #fff;
  padding: 0;
  font-size: 1.1em;
  width: 60%;
}

.gameForm .textfieldLabel
{
  padding-right: .5em;
  font-size: 1.1em;
}

.gameForm .tiny
{
    font-size: .8em;
}

.selectInput, .shortSelectInput, .mediumSelectInput, .longSelectInput, .fiveEmSelectInput, .fourEmSelectInput, .twoEmSelectInput, .threeEmSelectInput
{
  background-color: #fff;
  padding: .2em;
  font-size: 1.1em;
}

.checkboxLabel, .radioLabel, fieldset legend
{
  font-weight:normal;
  font-size: small;
  font-style: italic;
  display: inline;
}

.checkbox
{
  margin: 8px;
}

.fiveEmSelectInput
{
  width: 5em;
}

.fourEmSelectInput
{
  width: 4em;
}

.threeEmSelectInput
{
  width: 3em;
}

.twoEmSelectInput
{
  width: 2em;
}

.shortSelectInput
{
  width: 25%;
}

.selectInput, .mediumSelectInput
{
  width: 37.5%;
}

.longSelectInput
{
  width: 50%;
}

.textInput
{
  width: 45%;
}

.dateInput
{
  width: 12em;
  margin-bottom: 5px;
}

.shortTextInput
{
  width: 20%;
}

.mediumTextInput
{
  width: 40%;
}

.longTextInput
{
  width: 80%;
}

.longestTextInput
{
  width: 95%;
}

.notesArea
{
  width: 50%;
  height: 5em;
  padding: 2px;
  margin-bottom: 5px;
}

.submitButton
{
  color: #000;
  font-size: 1.5em;
  padding: .3em;
  margin: 1em 1em;
}

.tightSubmitButton
{
  color: #000;
  font-size: 1.5em;
  padding: .3em;
  margin: 0;
}

.smallSubmitButton
{
  color: #000;
  font-size: smaller;
  padding: .3em;
  margin: 0 1em .3em 0;
}

.disabledSubmitButton
{
  color: #444;
  background: #BBB;
  margin-top: 10px;
  border: 2px #CCC outset;
}

.cancelButton
{
  color: #000;
  background: #fb0;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: 20%;
  border: 2px #CCC outset;
  float:left;
}

.nonEditableText
{
  font-style: italic;
}

.standaloneForm
{
  width: 80%;
  margin-left: 10%;
}

.billingHeader {
    font-size: 1.5em;
    font-weight: bold;
}

#ccFormId {
    padding: .5em 1em .5em 1em;
}

#ccSubmitId {
    text-align: right;
    margin: 0 .5em 1em 0;
}

#confirmSubmitId {
    text-align: right;
    margin: 1em 1em;
}

.formHr {
    width: 90%;
    margin: 1em auto;

}

.cart {
    font-size: 1.2em;
}

.songpacksForm {
    font-size: 1em;
    width: 100%;
}

.songpacksForm h3 {
    font-weight: bold;
}

.songpacksForm .selectInput {
    font-size: 1em;
    width: 25%;
}

.songpacksForm .smallSubmitButton {
    background-color: gold;
}

.songpacksForm li {
    font-size: 1em;
    list-style-type: none;
    /* background-color: gold; */
}

