I'm currently working on HTML radio buttons and I have a slight issue with the alignment of the text near them. The radio buttons are placed correctly, but the text appears to be slightly lifted. Can someone please help me align the text properly next to the radio buttons? You can view my code here: http://jsfiddle.net/SFn6R/3/. When I test it in the fiddle editor, it works fine. However, when I add it to my project, the text displays a bit lifted from the radio button. Any suggestions or ideas would be greatly appreciated. Thank you in advance!
Here is an excerpt of my code:
.date {
float: left;
display: block;
width: 100%;
height: 20px;
position: relative;
margin: 24px 0px 0px 0px;
text-align: center;
}