/* NEWSLETTER */

table.newsletter {
    width: 100%;
}    

table.newsletter table.item {
    width: 100%;
    border: 1px solid #E3E3E3;
    padding: 5px;
    margin-bottom: 5px;
}

table.newsletter td {
    vertical-align: top;
}

table.newsletter td.ns_bottom {
    text-align: right;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

tr.nl_row {
    background: #F8F8F8;
}

tr.nl_row_alt {
    background: transparent;
}

table.forward {
    text-align: center;
    width: 100%;
    margin: 0px auto 5px auto;
}

table.forward td {
    width: 50%;
    padding: 5px;
}

table.forward td.title {
    font-size: 13px;
    font-weight: bold;
    background: #FFCCFF;
}

table.forward input.field {
    width: 190px;
}

table.forward textarea {
    width: 500px;
    height: 100px;
}