.greenbutton.ui-state-default {
	border: 1px solid #d3d3d3;
	background: #4fd121 url("images/ui-bg_highlight-hard_75_4fd121_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #000000;
}

.greenbutton.ui-state-hover,
.greenbutton.ui-state-focus {
	border: 1px solid #fdfb37;
	background: #64fb15 url("images/ui-bg_highlight-hard_75_64fb15_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #212121;
}

.greenbutton.ui-state-active {
	border: 1px solid #aaaaaa;
	background: #677cb4 url("images/ui-bg_highlight-hard_65_677cb4_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #212121;
}

.greenbutton.ui-progressbar .ui-widget-header {
	border: 1px solid #d3d3d3;
	background: #4fd121 url("images/ui-bg_highlight-hard_75_4fd121_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #000000;
}

