#slideway {	
    z-index: 999999;
    position: fixed;
    bottom: 0px;
   right: 0px; 
}

#slideway-button{
margin: 10px 0;
}
#slideway-button b{
    color: #fff;
    font-size:16px;
     background:#1e4d81;
    width:230px;
  padding:15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 5px;

}