.bal-loading {
	text-align: center;
	z-index: 100;
	width:115px;
	padding: 20px;
	color: #222;
	display:block;
	margin:0  auto;
	font-size:14px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
span.results{
	display: block;
}
a[rel=next]{
	text-decoration: none;
    font-size: 16px;
    color: #876a33;
}
.bal-box-next span {
    text-transform: none;
    color: #000!important;
    letter-spacing: .4px;
    text-transform: none !important;
    font-size: 12px;
}
div.bal-box-next{
cursor: pointer;
    display: block !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #876a33;
    background: #ffffff;
    text-align: center;
    font-weight: bold;

    color: #444;
    text-decoration: none;
    padding: 5px;
}
div.bal-box-next:hover{
	background:#f5f5f5;
}