div.feedbackreportscontents {
    float: left;
    margin: 20px 80px 20px 0;
    width: 300px;
}

div.feedbackreportscover {
    float: right;
    margin: 20px 0 20px 0;
    width: 300px;
}

div.feedbackreportscontents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.feedbackreportscontents li, li.completereport  {
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0 0 6px 16px;
}

div.feedbackreportscontents li {
    background-image: url(../../../../../../template/ankabut/img/singlepageicon.gif);
}

div.feedbackreportscontents li.completereport {
    background-image: url(../../../../../../template/ankabut/img/multipageicon.gif);
    margin-bottom: 20px;
}

.reporttitle {
    font-size: 130%;
    font-weight: bold;
    margin-top: 0;
}