
.button {
    background-color: #fbb731;
    border-radius: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none
}

.button:hover {
    background-color: #ffffff;
    color:#fbb731;
}
.button>span {
    font-size: 84%
}
.button.b-close,
.button.bClose {
    border-radius: 0;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px
}
.popup{
  display: none;
  border-radius: 0px;
  background: #ffffff;
  min-width: 450px;
    padding:25px;
}
.b-ajax-wrapper{
    
}