/* layout */

/* index */

#zip-bg {
	background: url(../img/vw.jpg) top no-repeat;
	width: 760px;
	height: 190px;
}

#form {
  position: relative;
  top: 95px;
  left: 160px;
}

p.text {
  font-size: 10pt;
  margin: 10px 10px 5px 10px;
  text-align: left;
}

/* /index */

/* results */

#result-bg {
  background: url(../img/result-box_02.gif) top repeat-y;
}

#result-bg img {
  margin: 0 10px 0 0;
}

#result-bg li {
  margin: 0 0 0 30px;
  list-style: disc;
}

/* /results */

