I had this problem too, but with the cocidil that I had a menu in the left (also with float:left in it).
So. My solution was:
html
css
.new {
display:block;
}
.newlabel {
min-width: 200px;
float: left;
}
I think, it would work in the form class too, but in reality I had more forms in the 'new' class.