ul.compoundfield li {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

ul.compoundfield span.link {
    cursor: pointer;
    color: #2F416F;
    text-decoration: underline;
}

ul.compoundfield span.link:hover {
    color: #7F9DCC;
    text-decoration: none;
}

span.required {
    color: red;
    vertical-align: super;
}
