
.newsletter {
  margin: 0px 3px 20px 3px;
  padding: 0px 0px 0px 0px;
  width: 225px;
  position: relative;
  clear: both;
  }
#container3 .block.newsletter {
  position: relative;
  margin: 12px 0px 20px 10px;
  padding: 0px 0px 0px 0px;
  clear: both;
  }
#container3 .newsletter .head {
  display: block;
  height: 6px;
  background-image: url('/components/images/episodeinfo-bg-head.gif');
  background-repeat: no-repeat;
  visibility: visible;
  }
#container3 .newsletter .bottom {
  clear: both;
  display: block;
  height: 16px;
  background-image: url('/components/images/episodeinfo-bg-bottom.gif');
  background-repeat: no-repeat;
  visibility: visible;
  width: 225px;
  }
#container3 .block.newsletter .body {
  display: block;
  background-image: url('/components/images/episodeinfo-bg-body.gif');
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 18px;
  margin-bottom: 0px;
  color: #001535;
  }
#container3 .block.newsletter h2, .block.newsletter h5 {
  color: #0264af;
  } 
#container3 .block.newsletter h3 {
  color: #001535;
  }
#container3 .block.newsletter p {
  color: #001535;
  text-align: right;
  }
#container3 .block.newsletter .submit {
  margin: 12px 0px 0px  auto;
}
#container3 .block.newsletter .body p a {
  color: #001535;
  text-decoration: underline;
  text-align: left;
  }
