.awac-button-label-container {
    height: 35px;
}
.awac-button-label {
     background-color:#b7060d; border-radius:5px;
    cursor: pointer; 
    margin: 4px auto 0 auto;
    padding: 8px 5px;
    text-align: center;
    width: 120px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.awac-button-label:hover{ background-color:#333; }
.awac-button-label span {
    font-size: 16px; color:#fff; font-weight:500;
}

.awac-loader-label {
    text-align: center;
    height: 19px;
    padding: 10px 0;
}
.awac-loader-label span {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

/* 'Back to Top' button */
.awac-back-to-top,
.awac-back-to-top.visible {
    display: none;
}

.awac-back-to-top {
    position: fixed;
    top: 20px;
    cursor: pointer;
    padding: 3px 17px 3px 17px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fff;
    background: none repeat scroll 0 0 #406A83;
    border: solid 1px #000;
    opacity: .6;
}

.awac-back-to-top.visible {
    display: inline;
}