﻿@import url('jquery-ui-1.10.1.custom.min.css');

.eConLabelMandatoryIndicator {
    width: 8px;
    background: url('images/mandatory.png') no-repeat top left;
    margin-left: 2px;
    display: inline-block;
    height: 1em;
}
.eConLabelMandatoryIndicatorText {
    display: none;
}

.eConDisabled {
	opacity: 100 !important;

}