/* Friendship And Donations */
#friendship {
    margin:10px;
    background:#231f20;
    color:#FFF;
}


#friendship .center {
    width: 491px;
    height: 206px;
    overflow:hidden;
    margin-top:-8px;
}


.friendshipInner {
    float: left;
    width: 235px;
    color: #FFF;
    font-size:10px;
}

#friendship p {
    color:#FFFFFF;
}

.friendshipInner div p {
    color: #FFFFFF !important;
}

.hdrFriend {
    background: url('../img/ov_friend_become.gif') -1px 0 no-repeat;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}

.hdrBequests {
    background: url('../img/ov_friend_donate.gif') -2px 0 no-repeat;
    margin: 8px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}



.btnSignup {
    width: 145px;
    height: 30px;
    background: url('../img/button-signup.gif');
}



.btnDonate {
    width: 145px;
    height: 30px;
    background: url('../img/button-donate.gif');
}
/* End Friendship And Donations */