div.newsletter
{
    padding: 20px;
}

div.newsletter input[type=text]
{
    width: 250px;
}

div.newsletter div.error
{
    color: red;
}
