
#subscribe-form {
  background: transparent url(../images/signup-bg.png) no-repeat 50% 0%;
  width: 543px;
  padding-left: 483px;
  padding-bottom: 54px;
  height: 128px;
  margin: 80px auto 0px auto;
  position: relative;
  font-size: 125%;
}

#subscribe-form p {
  font-size: 100%;
  padding: 10px;
}

#subscribe-form .row {
  position: absolute;
  bottom: 70px;
}

#subscribe-form .row input {
  vertical-align: middle;
}

#subscribe-form label {
  text-transform: lowercase;
}

input.email {
  background: transparent url(../images/input-email.png) no-repeat 0% 0%;
  width: 306px;
  height: 26px;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  border: none;
}

input.button {
  margin-top: -4px;
}

#nav input.search {
  background: transparent url(../images/input-search.png) no-repeat 0% 0%;
  margin-top: 6px;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  width: 228px;
  height: 26px;
  border: none;
}

input.text {
  color: black;
}

ol.sym {
  list-style: decimal;
}

ul.sym {
  list-style: square;
}

