/* focus */
.eConRADIO:focus + label,
.ui-widget input:focus,
.ui-widget textarea:focus,
input[type="checkbox"].vh-checkbox:focus:not(.eConImageCheckbox) + label,
input[type="checkbox"].vh-slidercheckbox:focus:not(.eConImageCheckbox) + label,
.ui-ribbon ul li .ui-ribbon-button.eConButton:focus,
.vh-button-bottom .ui-button:focus
{
    outline: 0;
	-moz-box-shadow: inset 0 0 3px #232020, 0 0 9px #232020;
	-webkit-box-shadow: inset 0 0 3px #232020, 0 0 9px #232020;
	box-shadow: inset 0 0 3px #232020, 0 0 9px #232020;
}
