body.newsletter section .newsletter-content{
    background-color: #fff;
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
    body.newsletter section .newsletter-content img{
	  float: left;
	  width: 315px;
    }
    body.newsletter section .newsletter-content>div{
	  float: right;
	  font-style: italic;
	  padding: 15px;
	  width: 285px;
    }
	  body.newsletter section .newsletter-pubilcation{
		color: #1e9977;
		font-weight: 200;
	  }
	  body.newsletter section .newsletter-content h3{
		color: #5a5b5d;
		font-size: 1.4em;
		font-weight: 700;
	  }
	  body.newsletter section .newsletter-content h4{
		background: url(../img/content-navigation/green-arrow.png) no-repeat 0 5px;
		color: #1e9977;
		font-size: 1.2em;
		font-style: normal;
		font-weight: 700;
		margin: 10px 0;
		padding-left: 15px;
	  }

body.newsletter section ul .mag-content{
    line-height: 180px;
    min-height: 190px;
}
    body.newsletter section ul .mag-content h3{
	  display: inline-block;
	  vertical-align: middle;
    }


body.newsletter .sidebar #aside-subscribe-newsletter-form .li-checkbox{
    margin-bottom: 10px;
    text-align: right;
}
    body.newsletter .sidebar #aside-subscribe-newsletter-form .label-checkbox{
	  color: #5a5b5d;
	  font-size: 1.1em;
	  margin: 5px 5px 5px 10px;
	  text-transform: uppercase;
    }
    body.newsletter .sidebar #aside-subscribe-newsletter-form span.checkbox{
	  padding-right: 0;
	  vertical-align: text-bottom;
    }
    body.newsletter .sidebar #aside-subscribe-newsletter-form p.error{
	  color: #f00;
	  display: none;
	  font-size: 0.9em;
	  text-align: right;
    }