/* adds a margin to the bottom of the sidebar for the contact information to sit in, total margin is 10000 minus given negative margin */
  
#sidebar {
  margin-bottom: -9720px !important
}

#content {
  background-repeat: repeat-y;
}

#quote-form {
  margin-top: 20px;
}
#quote-form ul {
  width: 390px;
}
#quote-form ul li {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
#quote-form ul li .contactus-left {
  float: left;
  width: 120px;
  padding-right: 10px;
}
#quote-form ul li .contactus-right {
  float: right;
  width: 250px;
}
#quote-form .contactus-right input, #contactform .contactus-right textarea {
  width: 250px;
}
#quote-form .contactus-right input, #contactform .contactus-right textarea {
  width: auto;
}

