#newsletter { display:block; height:auto; margin:0; padding-bottom: 5px; position:relative; width:100%; }
#newsletter > h2 { font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; height:auto; margin:0; padding:5px 0 0; width:100%; }
#newsletter > span { display:block; }
#newsletter > label { display:inline; float:left; font-family: Arial, Helvetica, sans-serif; font-size:12px; margin-top:3px; padding-right:5px; position:relative; width:auto; }
#newsletter > input[type="text"] { float:left; position:relative; width:125px; margin-bottom: 5px; background-color:#FFF !important;}
#newsletter > input[type="submit"] { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px; }
#newsletter > a { text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#333; margin:3px 5px 0px 18px; position:relative; float:left; }
#newsletter > a:hover { text-decoration:none; color: #364a6c; }

#NewsletterError, #NewsletterSuccess {padding-bottom: 5px; font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; font-size:10px; font-weight: bold; text-transform:uppercase; }
#NewsletterError 	{color: #CC0000;}
#NewsletterSuccess  {color: #009900;}