/* listSuccess.php */

#newsletter-list-area
{
  background-color: #ecedf1;
  padding: 10px 10px;
  margin-top: 10px;
}

#newsletter-list
{
  border: #bdbdbd 1px solid;
  background-color: #ffffff;
}

.newsletter-even
{
  background-color: #ffffff;
  padding: 10px 15px;
  position: relative;
}

.newsletter-odd
{
  background-color: #f5f6f8;
  padding: 10px 15px;
  position: relative;
}

.newsletter-left-column
{
  float: left;
  width: 120px;
  position: relative;
}

.newsletter-image
{
  width: 110px;
}

.newsletter-read-more
{
  margin-top: 10px;
}

.newsletter-read-more .button
{
 background: transparent url(/images/agriculture/decoration/button-bg.gif) scroll no-repeat 0px 5px;
 height: 30px;
 width: 110px;
 line-height: 28px;
 text-decoration:underline;
}

.newsletter-header
{
  font-size:14px;
  font-weight:bold;
  color: #415805;
  margin-left: 130px;
}

.newsletter-teaser
{
  margin-left: 130px;
  margin-top: 5px;
}

/* showSuccess.php */

.newsletter-area
{
  background-color: #ecedf1;
  padding: 10px 10px;
}

.newsletter
{
  border: #bdbdbd 1px solid;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  position: relative;
}

.newsletter a
{
  text-decoration: underline;
}

.newsletter .image
{
  float: left;
  margin-right: 10px;
  position: relative;
}
