/* CSS Document */

#wrapper {
  width: 760px;
  margin: 0 auto;
}

#logo {
  background: url(../img/logo.gif) top left no-repeat;
  width: 760px;
  height: 58px;
}

/* form */

#form-bg {
  background: url(../img/form-bg.gif) top no-repeat;
  width: 760px;
  height: 65px;
}

#form {
  position: relative;
  top: 15px;
  left: 380px;
  width: 390px;
}


#get-quotes-button {
  margin: 0 0 0 25px;
  vertical-align: top;
}

#zip-text-field {
  width: 165px;
  height: 25px;
  margin: 5px 0 0 0;
  padding: 5px 0 0 5px;
  border: 0;
}

/* /form */

/* results */

div#results {
  width: 250px;
  position: relative;
  top: 10px;
  left: 500px;
  padding-bottom:5px;
}

div#results {
  font-size: 12px;
  color: #000000;
}

* html div#results {
  width: 280px;
  position: relative;
  top: 18px;
  left: 470px;
}

*:first-child+html div#results {
  width: 280px;
  position: relative;
  top: 20px;
  left: 470px;
}


/* /results */

div#copyright {
  margin: 25px 0 0 0;
}

#copyright p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
