Caption underneath Combobox

Why is my combobox label underneath the combobox? The css files are this: https://github.com/vaadin/dashboard-demo/tree/master/src/main/webapp/VAADIN/themes/dashboard and I add it to a csslayout with style “layout-panel”. It looks like this: http://i.imgur.com/uCT931S.png

I guess this is a CSS issues with position absolute at least and some other CSS that might interfere.

// Jonas