#newsletter {
    clear: both;
    padding-top: 30px;
}
    #newsletter h3 {
        text-align: center;
    }
    #newsletter .input {
        clear: both;
        padding: 4px 0;
    }
        #newsletter .input label {
            float: left;
            margin-top: 3px;
            text-align: right;
            width: 40px;
        }
        #newsletter .input input {
            background: url(../images/layout/background-newsletter-input.png);
            border: 0;
            color: #fff;
            float: right;
            margin-right: 8px;
            width: 229px;
        }
    #newsletter input[type=image] {
        clear: both;
        float: right;
        margin: 4px 8px;
    }