.plus {
height: 45px;
position:fixed;
left:10px;
bottom:20px;
padding: 4px;
width: 200px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#eff5fb;
box-shadow: 0 0 0 3px rgba(151, 204, 250, .6), inset 0 1px 0px 0px rgba(151, 204, 250, .4), inset 0 -1px 1px 0 rgba(0, 0, 0, .1);
border: 1px solid #000;
text-align:center;
}
.plus p{
height:30px;
direction:rtl;
text-align:right;
font-size:12px;
color: #23378c;
width:100px;
float:right;
margin:0;
padding-top:8px;
padding-right:20px;
}