/* Send a friend */
div.sendafriend {
    border: 0px solid #D8DBDB;
    border-right-color: #B1B8B7;
    border-bottom-color: #B1B8B7;
    background: #FFFFFF;
    padding: 20px;
    /* padding: 5px 0 5px 0; */
    /* margin: 20px 10px 0 0; */
    /* line-height: 100%; */
    clear: left;
}

div.sendafriend h3 {
font-size: 12px;
line-height: 13px;
    /* color: #A5ADA5; */
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    /* font-weight: normal; */
    /* height: 35px; */
    /* line-height: 28px; */
    /* padding: 0 5px 10px 10px; */
}

div.sendafriend form p em {
    /* padding: 0 0px 0 10px; */
}

/* 
div.sendafriend form {
    padding: 0 0px 0 10px;
    margin: 0;
}

div.sendafriend form p {
    padding: 0 0 6px 0;
    margin: 0;
}

div.sendafriend form p em {
    display: block;
    font-size: 10px;
    padding: 0 0 1px 0;
    margin: 0;
    color: #686C71;
    font-style: italic;
} 
*/

div.sendafriend div.notice {
    /* padding-left: 280px; */
    /* padding-left: 0px; */
}

div.sendafriend div.fields {
    /* float: left; */
}


div.sendafriend form textarea.text {
    width: 260px;
} 


div.sendafriend form input.text {
    width: 260px;
}

/* div.sendafriend form input.button {
    width: auto;
    font-weight: bold;
    margin-top: 6px;
} */

div.sendafriend p.notice {
    font-size: 10px;
    /* padding: 10px 12px 5px 0px; */
    /* margin: 0; */
    color: #686C71;
    font-style: italic;
    clear: left;
}

div.sendafriend p.errortext {
    /* padding: 0 0px 0px 10px; */
    color: #CC3300;
    font-weight: bold;
}

div.sendafriend p.error {
    /* padding: 0 12px 10px 0px; */
    /* margin: 0; */
    color: #CC3300;
}
div.sendafriend p.success {
    /* padding: 0 12px 0 10px; */
    /* margin: 0; */
    color: #5BAC26;
    /* font-weight: bold; */
}
 
 
 
/* FOOTER -------- */
span.sendafriend_button {
    /* width: 200px; */
    /* height: 16px; */
}
 
/* a.sendafriend { */
/*    float: left; */
   /*  width: 15px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 4px;
    overflow: hidden;
    background-position: left 2px;
    background-repeat: no-repeat;
} */
 
 
a.sendafriend {
    /* background-image: url(../../img/famfamfam/group.gif); */
    /* margin-left: 5px; */
}
 
a.sendafriend:hover {
    /* background-image: url(../../img/famfamfam/group_add.gif); */
}
 
a.sendafriend span {
    /* float: left; */
    /* width: 0; */
    /* height: 0; */
    /* margin-left: 18px; */
}
