/*LINKS section*/
#links_content {
    /*background: white;*/
}
.links_section {
    float: left;
    width: 290px;
    height: 170px;
    text-align: center;
    background: url('/media/images/flatpages/links_bg.gif') top left no-repeat;
}
.links_section img {
    margin: 13px 0 25px;
    border: none;
}
.links_section a {
    text-decoration: none;
}
.links_section a:hover {
    text-decoration: underline;
}
#donate_form label {
    display: block;
    text-align: right;
}
#donate_form th {
    color: #333;
    font-size: 18px;
}
#donate_form input, #donate_form textarea {
    width: 235px;
    border: 1px solid #b4b4b4;
}
#donate_form input.checkbox {
    width: auto;
    border: none;
}
#donate_form td.submit {
    text-align: right;
}
#donate_form input.submit {
    width: auto;
    border: none;
}
#required_notes {
    float: left;
    font-style: italic;
    font-size: 11px;
}
