.whitebutton.ui-state-default {
	border: 1px solid #d3d3d3;
	background: #FFFFFF 50% 50% repeat-x;
	font-weight: bold;
	color: #000000;
}

.whitebutton.ui-state-hover,
.whitebutton.ui-state-focus {
	border: 1px solid #fdfb37;
	background: #D8D8d8 50% 50% repeat-x;
	font-weight: bold;
	color: #212121;
}

.whitebutton.ui-state-active {
	border: 1px solid #aaaaaa;
	background: #C8C8C8 50% 50% repeat-x;
	font-weight: bold;
	color: #212121;
}
