Try removing the break between the label and the “[text...” bit.
<label class="overlabel" for="your-name">Your Name</label>[text* your-name]
instead of
<p><label class="overlabel" for="your-name">Your Name</label>
[text* your-name]</p>
Hi,
I’m no wordpress expert but I’ve managed to achieve this by using custom fields on the post.
Have a look at this link – its really helpful.
http://codex.wordpress.org/Using_Custom_Fields_to_attach_images,_links_or_files_to_a_post_easily
Hope that helps.
Dan
input {
-moz-border-radius: 5px; /*or whatever radius*/
-webkit-border-radius: 5px; /*or whatever radius*/
}
http://www.css3.info/preview/rounded-border/