Hi,
See this page
http://www.recipe.vn/log-in.html
When you FIrebug or viewsource it, check on line 75.
I would like to remove (yes, remove, not edit) the margin property here. Where can I find the CSS source to remove that line?
Thanks
section.login ul {margin-top:10px;}
#system-message-container {
margin: 0 -10px;
}
#system-message-container { margin-left: -300px; }
#system-message-container { margin: 0 -25%;}