.posp_container {
    background-color:rgba(0,0,0,0.7);
    width: 113px;
    height: 50px;
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    border-radius: 2px 0px 0px 0px;
    -moz-border-radius: 2px 0px 0px 0px;
    -webkit-border-radius: 2px 0px 0px 0px;
}

.posp_container_rtl {
    right: auto;
    left: 0;
    border-radius: 0px 2px 0px 0px;
    -moz-border-radius: 0px 2px 0px 0px;
    -webkit-border-radius: 0px 2px 0px 0px;
}

.posp_container input {
    margin: 10px auto !important;
    display: block !important;
}