/**
 * Module IBL - Envoyer à un ami
 */

#send_friend_form .product {
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}

#send_friend_form .pull-right {
    float: right;
}

#send_friend_form .form-group {
    margin-bottom: 15px;
}

#send_friend_form .form-group label {
    margin-bottom: 5px;
    font-weight: 500;
}

#send_friend_form .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
}

#send_friend_form .btn-primary {
    background-color: #337ff1;
    border-color: #337ff1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

#send_friend_form .btn-primary:hover {
    background-color: #2868c7;
}