body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

#popup {
  background-image: url(/images/integrallis/popupbar.png);
  background-repeat: repeat-x;
  #border: 2px solid #000;
  height: 475px;
  background-color: #FFFFFF;
}

#popup-inner {
  padding: 15px;
}

#contact-form #required-name, #contact-form #required-email, #contact-form #required-comments {
  background-color: #FFC;
}

ul.formbuttons, ul.formbuttons li {
  margin: 0;
  padding: 0;
  list-style-type: none
}

ul.formbuttons li {
  float: left;
  width: 9em;
  margin-right: 5px
}

ul.formbuttons a {
  display: block;
  width: 9em;
  padding: 5px 0;
  background: #F1931F;
  color: #666
}

ul.formbuttons a:hover {
  background: #EC6A2F;
  color:#FFF
}

.formsubmit {
  font-size: 90%;
  width: 9em;
  background: #F1931F;
  color: #666;
  margin-right: 5px;
}

.formsubmit:hover {
  background: #EC6A2F;
  color:#FFF
}

#formbuttons, #formsubmit {
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

/* form buttons */

ul.formbuttons a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center
}

.formsubmit {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center
}