I'm pretty sure this must fail validation:
Code:
<style>.AtD_proofread_button, .AtD_edit_button { margin:5px; }</style> It should be:
Code:
<style type="text/css">.AtD_proofread_button, .AtD_edit_button { margin:5px; }</style> It would be good if you could shunt that off into the main CSS file too rather than dumping it onto the page like that. I can see why you did it, as you are presumably trying to keep the original folder in tact for upgrade purposes, but it does lead to nasty looking inline styling in the process.