#subscribe_box {
    background-color: #f5fad4;
    color:            #1a76b2;
    text-align:       center;
    margin:           3px 0px 0px 0px;
    padding:          3px 0px 16px 2px;
    border-top:       1px solid #cacfb0;
    border-bottom:    1px solid #cacfb0;
}

#subscribe_box img {
    border:           none;
}
#subscribe_box p {
    font-size:        8pt;
    margin:           0px;
    padding:          0px 3px 5px 8px;
    text-align:       left;
}

#subscribe_box_button {
    text-align:       center;
    font-size:        8pt;
}
#subscribe_box_button a {
    color:            #3f88b7;
    text-decoration:  underline;
    font-weight:      bold;
}
#subscribe_box_button a:hover {
    color:            #00f;
}

