diff --git a/src/Orchard.Web/Themes/Contoso/Styles/site.css b/src/Orchard.Web/Themes/Contoso/Styles/site.css
index f1424626a..d92dd7aa8 100644
--- a/src/Orchard.Web/Themes/Contoso/Styles/site.css
+++ b/src/Orchard.Web/Themes/Contoso/Styles/site.css
@@ -172,9 +172,10 @@ caption { background: #eee; }
-------------------------------------------------------------- */
-label { font-weight: normal; }
-fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #ccc; }
-legend { font-weight: bold; font-size:1.2em; }
+label { font-weight: normal; display:block; }
+label.forcheckbox { margin:0 0 0 4px; display:inline; }
+fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #ccc; }
+legend { font-weight: bold; font-size:1.2em; }
/* Form fields
diff --git a/src/Orchard.Web/Themes/Contoso/Views/LogOn.ascx b/src/Orchard.Web/Themes/Contoso/Views/LogOn.ascx
index a54cc96d2..3a65a9e7d 100644
--- a/src/Orchard.Web/Themes/Contoso/Views/LogOn.ascx
+++ b/src/Orchard.Web/Themes/Contoso/Views/LogOn.ascx
@@ -9,7 +9,7 @@ using (Html.BeginFormAntiForgeryPost(Url.Action("LogOn", new {ReturnUrl = Reques