I have a issue with one of my spans. Please consider the following styles:
.form_container .col1che { float: left; width: 4%; text-align: left; } .form_c
To make this work simply add
display: block;
To the style.