.check-boxes ul {
    list-style: none;
}

.radio-buttons ul {
    list-style: none;
}

.text-field ul {
    list-style: none;
}

.text-area ul {
    list-style: none;
}

.true-false ul {
    list-style: none;
}

.rating1-5 ul {
    list-style: none;
}

.rating1-5 ul li {
    float:left;
}

.rating1-10 ul {
    list-style: none;
}

.rating1-10 ul li {
    float:left;
}

#survey {
    border:1px solid;
    float:left;
}
