diff --git a/html/style.css b/html/style.css
index 8821a43..7df9b89 100644
--- a/html/style.css
+++ b/html/style.css
@@ -62,6 +62,13 @@ aside{
float:left;
width: 28%;
}
-form p {width: 100%;height: auto;}
-form p label{float:left;display: block; width: 40% text-align: right;}
-form p input, form p select{float:right;width:59%;}
+
+form textarea, fieldset input, {width:40%;}
+form input[type=checkbox], fieldset input[type=radio] { width:15px; }
+form label {
+ float:left;
+ width:40%;
+ margin-right:0.5em;
+ padding-top:0.2em;
+ text-align:right;
+ }