<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.error, textarea.error, select.error {
    border: 1px dotted red !important;
}
label.error {
    color: red;
    font-style: italic;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px;
}


input.MyWdate {
  background: #fff url(/Scripts/DatePicker/skin/datePicker.gif) no-repeat right;
}

table th {
    font-weight:normal;
}

label {
    font-weight:normal;
}</pre></body></html>