.radioReset {
   cursor: pointer;
   background:url('/Resources/CSS/Form/close.gif') no-repeat left;   
   color: transparent;
}
.Radio span {
    margin-top: 5px;
    display: block;
}
.Radio input {
    margin-right: 5px;
}
span.Action {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}
span.Action:hover {
    text-decoration: underline;
}
.Required label {
    
}
.DataElement.Required .DataElementLabel {
    padding-left: 13px;
    background-image:url('/Resources/CSS/Form/required.gif');
    background-repeat: no-repeat;
}
span.DataElement, span.DataDisplay {
    display: inline-block;
}
.OtherSpecify {
    display: none;
}
.OtherSpecifyActive .OtherSpecify {
    display: inline;
}
.DataDisplay li.CheckListElement {
    display: none;
}
.DataDisplay li.CheckListElement.Selected {
    display: list-item;
}
ul.CheckList {
    list-style: none;
}
