/** Omega custom */
.ui-widget {
	font-family: 'Open Sans', verdana, sans-serif;
	font-weight: 600;
}
.ui-corner-all {
	border-radius: 3px;
}

.ui-button {
	font-size: 11px;
	transition: background-color .2s;
	padding: 0;
}
.ui-button-text {
	font-weight: bold;
	padding: .3em 1em .3em 1em;
}

.ui-button, .ui-state-default  {
    border: 1px solid #586873;
    background-color: #555;
	color: #fff;
}

.ui-button:hover, .ui-state-default:hover {
	background: #2399e5;
}