/* -------------------  Mail Friend FORM -------------------- */
#mailFriend {
    padding: 40px 40px 0 40px !important;
}
#mailFriend .holder label{
    color:#676767;
    float: left; 
    width: 100%;
    font-size: 14px; 
    font-weight: 400;
}
#mailFriend .holder input{ 
    background: #fff;
    border: 1px solid #dbdee1;
    color: #676767;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 3px 2px;
    width: 100%;
    max-width: 420px;
    height: 36px;
    border-radius: 3px;
    margin-bottom: 25px;}
#mailFriend .holder button{
    width: 100%;
    float:none !important;
    margin: 40px auto 0 auto;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 21px;
    border: 1px solid #123d7b;
    border-radius: 3px;
    background-color: #123d7b;
    max-width: 120px;
    max-height: 36px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
#mailFriend .mailFriendTop{ color:#CC0000; padding-bottom: 5px; text-align: center; }