.ajaxPageBtn{    outline: none;    background: -moz-linear-gradient(top, #f3f3f3, #e5e5e5);    background: -webkit-gradient(linear, top, #f3f3f3, #e5e5e5);    background: -webkit-linear-gradient(top, #f3f3f3, #e5e5e5);    background: -o-linear-gradient(top, #f3f3f3, #e5e5e5);    display: block;    border: 1px solid #b6b6b6;    border-radius: 3px 3px 3px 3px;    color: #000;    font-size: 16px;    height: 30px;    line-height: 25px;    margin: 20px 0px;    text-align: center;    text-shadow: 1px 1px 1px #FFFFFF;    width: 100%;	}
.ajaxPageBtn[disabled] {      background: #f7f7f7;      color: #999;  }.ajaxPageBox{text-align:center;}.ladda-button{width:100%; border:none; padding:12px 0px; font-size:14px;}