body, input, textarea {
  font-family: Arial, Sans-Serif;
  font-size: 76%;
  line-height: 1.16em;
}
input, textarea {
  font-size: 1em;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}


#wrapper {
  width: 1000px;
  margin: 10px auto;
}

#mid-left {
  width: 250px;
  float: left;
}
#mid-right {
  width: 750px;
  float: left;
}
.nletter {
  width: 583px;
  border: 1px solid #463100;
  padding: 15px;
}

.subsform {
  margin: 0 0 25px;
}
  .subsform li {
    padding: 0 0 7px;
  }
  .subsform .iText {
    width: 150px;
    border: 1px solid #565340;
    padding: 2px;
  }
  .subsform label {
    width: 60px;
    float: left;
  }
  .subsform .radio label {
    width: auto;
    float: none;
    margin-right: 10px;
  }
  .subsform .submit {
    width: 70px;
    background: #f2f1df;
    border: 1px solid #565340;
    color: #000;
    cursor: pointer;
    margin-left: 146px;
  }
  .subsform .submit:hover {
    border-color: #000;
  }
  .subsform .asterisk {
    color: #f00;
  }

.subsform .ok {
  border: 1px solid #206f13;
  background: #d9f0d5 url('../images/status-ok.png') no-repeat 5px center;
  padding: 5px 5px 5px 26px;
  margin: 5px 10px 5px 0;
}
.subsform .error {
  border: 1px solid #b11313;
  background: #f7e0db url('../images/status-error.png') no-repeat 5px center;
  padding: 5px 5px 5px 26px;
  margin: 5px 10px 5px 0;
}

#mid-left h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px;
  color: #463100;
}
h2.head {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 7px;
  color: #463100;
}
.nlist li {
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 3px;
}
.nlist a, .unsubscribe a {
  color: #463100;
}
.nlist a:hover, .unsubscribe a:hover {
  text-decoration: none;
}

.unsubscribe {
  text-align: center;
  margin-top: 50px;
}


.clear {
  clear: both;
}