.buttonNewsletter
{
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: auto;

    text-align: right;
}

.buttonNewsletter a
{
    display: inline-block;
    cursor: pointer;

    margin: 6px 0 0 auto;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.subscribe
{
    position: relative;
    /*top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);*/
    
    display: block;
    width: 75%;
    max-width: 470px;
    /*margin: auto;*/
    
    background-color: white;
    
    color: gray;
}

.subscribe a.exit
{
    position: absolute;
    top: -30px;
    right: -30px;
    
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    
    background-color: transparent;
    border: 0;
}

.subscribe h1
{
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: red;
    
    text-align: center;
    color: white;
    font-size: 20pt;
    font-family: theBoldFont;
}

.subscribe h4
{
    padding-top: 6px;
    
    text-align: center;
}

.subscribe p
{
    margin-bottom: 0;
}

.subscribe hr
{
    margin-bottom: 0;
    border-top: 1px solid lightgray;
}

.subscribe .content
{
    padding: 12px 48px;
}

.subscribe form label
{
    display: block;
    padding: 0;
    margin: 0;
    
    color: red;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

.subscribe form input
{
    display: block;
    padding: 4px;
    margin: 0 0 20px 0;
    width: 100%;
    
    background-color: lightgray;
    border: 0;
}

.subscribe form input[type="submit"]
{
    display: block;
    padding: 4px 36px;
    margin: 0 auto;
    width: auto;
    
    background-color: red;
    
    color: white;
    font-size: 18pt;
    font-family: theBoldFont;
}

.subscribe .disclaimer
{
    text-align: center;
    font-size: 12px;
}