Is there supposed to be a problem with the profile you linked? On my computer, there is no wrapping of the labels.
Are you viewing the site zoomed in?
Hold down CTRL + Scroll up / down on mouse (if you have a wheel mouse) or use CTRL + / - to zoom in or out.
I also took a look at your CSS and we're pointing to the wrong place. You're showing CONTENT not SITE form.
To change the size and position in Content you have to change a different file.
The file is: media>cck>css>cck.content.css
div.cck_contents.cck_content div.cck_label label {
margin-bottom: 0px;
white-space: nowrap; /* SHOULD prevent label from wrapping */
font-weight: bold; /* Will make your labels bold */
}
---------------------------------------
-Dave
Don't forget to SOLVE your post if you've solved your problem.