#newsletter_inscription,
#newsletter_rappel,
#newsletter_confirmation,
#newsletter_attente
{
font-family:Verdana, Arial;
font-size:11px;
color:#000;
width:100%;
background-color:#eee;
border:1px solid #ddd;
}

#newsletter_inscription .titre,
#newsletter_rappel .titre,
#newsletter_confirmation .titre,
#newsletter_attente .titre
{
font-family:Verdana, Arial;
font-size:12px;
font-weight:bold;
color:#fff;
padding: 2px 10px;
width:100%;
background-color:#b23111;
}

#newsletter_inscription input,
#newsletter_rappel input,
#newsletter_confirmation input,
#newsletter_attente input
{
border:1px solid #b23111;
}
}

#newsletter_inscription .contenu,
#newsletter_rappel .contenu,
#newsletter_confirmation .contenu,
#newsletter_attente .contenu
{
font-family:Verdana, Arial;
font-size:11px;
color:#000;
padding: 10px 10px;
}

#newsletter_rappel .contenu fieldset,
#newsletter_attente .contenu fieldset
{
font-family:Verdana, Arial;
font-size:11px;
color:#000;
padding:10px 10px;
margin-top:10px;
margin-bottom:10px;
vertical-align:center;
}

#newsletter_erreur
{
font-family:Verdana, Arial;
font-size:11px;
color:#000;
width:100%;
background-color:#fdd;
}

#newsletter_erreur .titre
{
font-family:Verdana, Arial;
font-size:11px;
color:#000;
padding: 2px 10px;
width:100%;
background-color:#ecc;
}

#newsletter_erreur .contenu
{
font-family:Verdana, Arial;
font-size:11px;
color:#000;
padding: 10px 10px;
}