
ol li span {
  color: #000;
}


.section {
  float: left;
  width: 680px;
  clear: left;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 15px #666;
  -moz-box-shadow: 0px 0px 15px #666666;
  box-shadow: 0px 0px 15px #666;
 border-radius: 0 20px 0 20px;
}

#ndif .even {
  background: #ededed;
}
#ndif table input {
  width: 170px;
}

#ndif table.col-4 input {
  width: 125px;
}
#ndif table th {
  font-weight: normal;
  font-size: 12px;
}


.section.last {
 box-shadow: none;
 border:none;
}

.section.last a.fg-button {
  float: right;
  background: #CC0000;
  padding: 10px;
}

.section-inner {
  padding: 20px;
}


#ndif h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;

}

#ndif h3 {
  font-size: 13px;
  margin: 15px 0 3px 0;
  padding: 0;
}

#create-sales, #create-designer, #create-pm {
  float: right;
  margin-top: 10px;
  margin-right: 38px;
  margin-bottom: 20px;
  color: #cc0000;
}

label {
  display: block;
}

#statesalestax label, #resellerpermit label, #salestaxyes label {
  display: inline;
}

.ui-widget {
  font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
}

#salestaxyes, #digital, #fax, #resellerpermit, #faxRp, #digitalRp {
  display: none;
  border-top: 1px solid #bbb;
}

#fax, #faxRp, #digital, #digitalRp {
  font-weight: bold;
  color: #c00;
}

a.fg-button {
  color: #fff;
}
a:hover.fg-button {
  border: 1px solid #c00;
  background: #333;
}

.required:after {
  content: '*';
  color: #c00;
}

#contact-info {
  margin-top: -80px;
}

.photo {
  float: right;
  -webkit-box-shadow: 0px 0px 15px #666;
  -moz-box-shadow: 0px 0px 15px #666666;
  box-shadow: 0px 0px 15px #666;
  border: 5px solid #fff;
  margin: 20px 0;
  clear: right;
}

#photo7 {
  float: left;
  margin: 0 40px 20px 0;
  clear: none;
  width: 220px;
}

@media only screen and (max-width: 1259px) and (min-width: 1100px) {
  .photo {
    width: 30%;
  }
}


@media only screen and (max-width: 1099px) and (min-width: 769px) {
  .photo {
    width: 25%;
  }
}



@media only screen and (max-width: 1023px) and (min-width: 320px) {
  .photo {
    display: none;
  }
  #contact-info {
    margin-top: 0px;
  }
}