#newsletter_form { display: block; height: 70px; }
#newsletter_form p { float: left; }
#newsletter_form #email_post { margin-left: 10px; width: 170px; font: 10px Verdana, Arial, Helvetica, sans-serif; padding: 7px 3px 7px 10px; }
#newsletter_form #submit { padding: 2px 8px 2px 8px; margin: 11px 0 0 15px; }



#newsletter_form .success {
	width: 550px;
	height: 20px;
    border: 1px solid #00CC00 ;
    color:#4F8A10;
    background: #F2FFF2;
    margin-top: 3px;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
	display: block;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#newsletter_form .error {
	width: 550px;
	height: 20px;
    margin-top: 3px;
    font-size: 11px;
    border: 1px solid #FF4F4F;
    color:#D6000E;
    background: #FFF2F2;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
	display: block;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

