.pbh_slideout_content {
    text-align: left;
    z-index:999;
    background-color: #fff;
    position: fixed;
    padding: 10px 20px 10px 10px;
    border-top-width: 6px;
    border-top-style: solid;
    -moz-box-shadow: 0 4px 10px #666;
    -webkit-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
}

.pbh_slideout_left {
    bottom: 0;
    right: -400px;
    width: 310px;
}

.pbh_slideout_up {
    left: 0;
    bottom: -400px;
    width: 100%;
    margin: 0;
}

.pbh_slideout_content .header {
    font: bold 18px/1 Arial;
    line-height: 1.2em;
}

.pbh_slideout_left .header {
    margin: 0 0 10px 0;
}

.pbh_slideout_up .header {
    margin: 0 0 5px 0;
}

.pbh_slideout_up .desc {
    display: none;
}

.pbh_slideout_content .bottom {
    clear: both;
    text-align: right;
    color: #555;
    font: normal 11px/13px Arial;
    padding-top: 5px;
    border-top: solid 1px #999;
}

.pbh_slideout_left .bottom {
    margin-top: 10px;
}
.pbh_slideout_up .bottom {
    margin: 0px;
}

.pbh_slideout_content .bottom a {
    color: #EE3B2D;
    font-weight: normal !important;
    border: 0 !important;
    background: transparent;
    padding: 0;
    text-transform: none;
}

.pbh_slideout_content .bottom a:hover {
    border-bottom: solid 1px #ee3b2d !important;
}

.pbh_slideout_content a.close {
    position: absolute;
    top: 5px;
    right: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    margin-top: 2px;

    width: 20px;
    height: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAAAAACo4kLRAAAAwklEQVR42m3PPQrCQBAF4D2sKIQMkuCy2AaLRMHCK1iIYJCkEBsP4QGsUogQJGC9jPNjpnKrx8csvOfCnyeY5ZItMsKmBAaJFQim5acvWDWugDDfDohPUrY34muduwAnxMi6FEPcgwt+3qhO1I78PfhUtNv1GMkST2iKoxGKthhJ1BhFpzeMxM2EjFH7dci3jwIMtcuvGaPYwHQ3dXZ3mDWqNpMsWXAzmlnxzFrNS1+b2arpCpt5rdlEL+dxZpaJWfwCFqr9plP9wRUAAAAASUVORK5CYII=') no-repeat;
}

.pbh_slideout_wrapper {
    bottom: 0;
    right: 0;
    width: 335px;
    height: 100px;
    z-index: 9999999;
}

.pbh_slideout_content form input { width: 220px;}

@media (max-width:767px) {
    .pbh_slideout_content .bottom {
        display:none;
    }
}
