body .ui-state-hover, body .ui-widget-content body .ui-state-hover,
body .ui-widget-header body .ui-state-hover, body .ui-state-focus,
body .ui-widget-content body .ui-state-focus, body .ui-widget-header
body .ui-state-focus, body .ui-button:hover, body .ui-button:focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}


.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a.ui-button:link, a.ui-button:visited, .ui-button {
    border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}

