﻿#waiverForm ol {
    list-style: none outside none;
    padding-top:25px;
}

#waiverForm ol li input[type="checkbox"] {
    float:left;
    width:auto;
    margin:-2px 10px 0 0;
    border:0;
}

body.ie8 #waiverForm ol li input[type="checkbox"] {
    margin:-5px 10px 0 0;
}
