.newsletter {
width:630px;
background-color:#FFFFFF;
border-style: solid;
border-color:#000000;
}
h1 {
font:16px;
font-weight:bold;
}
.headding2{
font:18px;
font-weight:bold;
}
.headding3{
font:16px;
font-weight:bold;
color: #FF0000;
}
.image {
vertical-align: middle;
}
.newsletterText {
width:300px;
float:left;
text-decoration: underline;
margin: 0px 0px 0px 10px;
}
.newsletterBox {
width:300px;
float:left;
border:thin;
border-style: solid;
border-color:#000000;
padding:10px 10px 10px 10px;
margin:10px 10px 10px 10px;
}
.newsletterBoxRight {
width:230px;
float:right;
}
.newsletterBoxRightLogo {
width:230px;
float:right;
padding:10px 10px 10px 10px;

}
.newsletterBoxRightText {
width:230px;
float:right;
border:thin;
border-style: solid;
border-color:#000000;
padding:10px 10px 10px 10px;
margin:10px 10px 10px 10px;
}


