﻿#newsletter
{
    line-height: 25px;
    margin: 0 2px 0 0;
    
    text-align: center;
    
    /* CSS 3 */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /* FIREFOX */
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    /* OUTROS */
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    
    color: #000000;
    background-color: #FFFFFF;
}

input[type="text"].newsletter
{
    width: 140px;
    height: 16px;
    line-height: 16px;
    
    font-size: 11px;

    border: solid 1px #9E9E9E;
}

.point
{
    width: 18px;
    height: 18px;
    
    border: solid 1px #7F7F7F;

    background-color: #7F7F7F;
}
