
body,td,th {
  font-family:arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height:1.25;
  color: #FFFFFF;
}

body{
  background-color:#000000;
  color:#FFFFFF;
  text-align:center;
  line-height:1.5;
}

fieldset{
  width:90%;
  text-align:left;
  line-height:1.25;
  padding: 0 0 5px 5px;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-size: 14px;
}

input[type=submit] {
    height: 2.2em;
}

legend{
  font-weight:bold;
  font-size:14px;
  color:#FF0000;
  font-family:arial, helvetica, verdana, sans-serif;
  margin: 0 0 0 8px; /* t,r,b,l */
}

.button { font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  background-color: #F4DB9F;
  border: #666666;
  border-style: solid;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
}

.btn {
    font-size: 14px;
    margin: 6px 6px;
}

.important {
    font-size: 16px;
    font-weight: bold;
}

.lbl {
  width:150px;
  text-align:right;
}

div.field{
  margin-top:6px;
}

div.field input{
  height:2em;
}

.failed_validation{
  background-color:yellow;
}

.question {
    font-size: 14px;
    width: 92%;
}

.question_div {
    margin-bottom:10px;
}

.question_div textarea {
    margin-bottom: 8px;
}

.question_div input {
    height: 2em;
}

.validation_err_msg{
  font-weight:bold;
  color:yellow;
}

.tbl_lineitem,.tbl_container,.tbl_contact_info{

  width:100%;

}

textarea.tandc {
  width: 100%;
}

table.tbl_lineitem td,th{
  text-align:right;
  margin_bottom:3px;
}

table.tbl_lineitem td{
  font-size:14px;
}

table.tbl_contact_info td{
  height:2em;
}


table.tbl_lineitem td.non_numeric,th.non_numeric {
  text-align:left;
  padding-left:5px;
}


.lbl {
  text-align:right;
  padding-bottom:2px;
}

#qty_child {
  margin-left: 22px;
}

#checkoutInstr p {
  font-size:12px;
  margin-left:0px;
  margin-right:0px;
  margin-top:10px;
  margin-bottom:0px;
  width: 80%;
  text-align: left;
}

#checkoutInstr img {
  max-width: 300px;
}

#frm_register label {
    display:block;
    font-size: 14px;
    margin: 4px 0 4px 4px;
}

#frm_register .radio label {
    display:inline;
    margin: 0;
}

#frm_register small {
    font-size: 12px;
}

@media only screen and (min-width:768px)
{
  body,td,th {
    font-family:arial, helvetica, verdana, sans-serif;
    font-size: 14px;
    line-height:1.25;
    color: #FFFFFF;
  }

  fieldset {
    width: 60%;
  }

  legend {
    font-size: 16px;
  }

  .button {
    font-size: 14px;
  }
  
  .question {
      width: 80%;
  }

  #checkoutInstr p {
    width: 60%;
  }

  #checkoutInstr img {
    max-width: 401px;
  }

  #qty_child {
    margin-left: 30px;
  }
}