/* Start of CMSMS style sheet 'Module: Newsletter' */
div#newsletter {
  margin-top:7px;  
  background:url(http://www.heropath.co.uk/images/cms/side_bar_item_bg.gif);
  background:color:#FFFFFF;
  width:282px;
  padding:0px;
  border-top:6px solid #EEEEEE;
  border-left:6px solid #EEEEEE;
  border-right:6px solid #EEEEEE;
}

div#newsletter div.form {
  background:none;
  border:0;
  padding-top:3px;
}

div#newsletter h2 {
   height:33px;
   background-color:none;
   background-image:url(images/cms/title_newsletter_signup.png);
   background-repeat:no-repeat;
   display:block;
   float:left;
   margin-left:-6px;
   margin-top:8px;
   margin-bottom:10px;
   width:100%;
}

div#newsletter_form {
  padding:12px;
}

div#newsletter_form input {
  margin-top:5px;
}

div#newsletter input[type=text]{
background:#f3f3f3;
border:3px solid #f3f3f3;
width:100%;
}

span.nms_message {
color:white;
display:block;
background-color:#ff6064;
border:1px solid #c41f23;
padding:8px;
font-size:85%;
font-weight:bold;
text-align:center;
}

label#name {
   background-color:none;
   background-image:url(images/cms/label_name.png);
   background-repeat:no-repeat;
   height:10px;
   text-indent:-9999px;
   overflow:hidden;
}

label#email {
   background-color:none;
   background-image:url(images/cms/label_email_address.png);
   background-repeat:no-repeat;
   height:10px;
   text-indent:-9999px;
   overflow:hidden;
   margin-top:8px;
}

/* End of 'Module: Newsletter' */

