.rsso_wrapper {
    position: fixed;
    z-index: 999;
    bottom: 65px;
    right: -350px;
    width: 300px;
    border-top: 4px solid #F88C00;
    border-bottom: 0 none;
    padding:10px;
    transition: all .5s;
    background-color:#f5f5f5;
}

.rsso_wrapper.rsso_left {
    left: -350px;
    right: auto;
}

.rsso_wrapper.rsso_show
{
    right: 0;
    left: auto;
}

.rsso_wrapper #rsso_close{
 	font-weight: bold;
    height: 15px;
    left: 6px;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
    width: 15px;
    font-size: 18px;
}

.rsso_wrapper .rsso_content{
	display: block;
    text-align: center;
}

.rsso_wrapper .rsso_content > img {
    display: inline-block;
}

.rsso_wrapper .rsso_head{
	font-size:17px;
	text-align: center;
}