div.right_space_content_container {
    /*background-color: #FEFDF6*/
    /*border: 1px solid #E2D6C4;*/
    text-align: left;
    /*min-height:354px;*/
}
div.right_space_content {
    color: #786963;
    font-size: 11px;
    line-height: 16px;
    padding: 15px 30px 15px 30px;
    text-align: left;
}
div.right_space_content a {
    color: #522c1b;
    margin-left: 0pt;
    margin-right: 0px;
    padding-bottom: 0px;
    text-decoration: none;
}
div.right_space_content a:hover {
    color: #522c1b;
    text-decoration: underline;
}
.bulleted a {
    background-image: url('/images/footer/link_arrow_brown_home.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 9px;
}
.bulleted a:hover {
    background-image: url('/images/footer/link_arrow_brown_home.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 9px;
}
.content_title {
    color: #522c1b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom : 0px;
    text-decoration: none;
}
.content_subtitle {
    color: #522c1b;
    font-size: 13px;
    font-weight: bold;
    margin-bottom : 0px;
    text-decoration: none;
}

/*CAPTCHA
Here’s the colors for the captcha areas  - 

Red border = make it brown, #522c1b
Yellow entry field= make it light tan like left columns, # fcfaf1
*/
.sweep_input {
    width: 160px;
    border: 1px solid #95847C;
}

/*reCaptcha widget background color*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#F5ECD1 !important; 
}


/*reCaptcha widget border color
#recaptcha_table {
   border-color: #FF0000 !important;
}*/

/*reCaptcha Text input field
#recaptcha_response_field {
   border-color: #fcfaf1 !important;
   background-color:#fcfaf1 !important; 
 }*/



/* Send to friend styles */

.send_container{
    background-color: #FCFAF1;
    padding-left:120px;
    padding-top:10px;
    padding-bottom:20px;
}
#send_header_container {
    margin-top:15px;
    margin-bottom:0px;
    font-size: 18px;
    color: #522c1b;
    font-weight: bold;
}
#send_desc {
    width: 292px;
    text-align: left;
}
#send_desc p {
    margin-top: 7px;
    color: #6F4C32
}
#send_desc table {
    margin-top: 15px;
}
#send_desc td{
    color: #6F4C32;
    padding-right: 5px;
    padding-bottom: 5px;
}
#send_desc a {
    color: #6F4C32;
    text-decoration: underline;
}
.send_input {
    width: 167px;
    border: 1px solid #95847C;
}
.send_checkbox {
    margin-left: -20px;
}
