Just starting out with CSS, so please be patient with me. I'm currently working on customizing a form and everything is looking good, except for the confirmation label which is located in a div. I've managed to create space between other elements using div.field, but somehow it's not affecting the label message at the bottom. I tried adjusting the margin-top property, but it didn't make any difference. Ideally, I would like this element to be centered.
When inspecting the code using Firefox's web-developer addon, I noticed that the width and height of the div.field containing the label tag are specifically set to 284px and 209px respectively. This seems strange to me because I haven't explicitly defined these values anywhere.
You can check out the live code on jsfiddle: http://www.jsfiddle.net/yMHJY/