-.standard-form fieldset {
- margin-bottom: 20px;
-}
-
-.standard-form label {
- display: block;
- width: 300px;
- margin-right: 10px;
- font-size: 14px;
- font-weight: bold;
- line-height: 1.5;
-}
-
-.standard-form .form-row {
- margin-bottom: 10px;
-}
-
-.standard-form input[name=remember_me] {
- float: left;
+.standard-form {
+ fieldset {
+ margin-bottom: $lineheight;
+ }
+ label {
+ display: block;
+ width: 300px;
+ margin-bottom: $lineheight/4;
+ font-size: $typeheight;
+ font-weight: bold;
+ line-height: 1.5;
+ }
+ .form-section {
+ margin-top: $lineheight;
+ padding-top: $lineheight;
+ border-top: 1px solid $keyline;
+ }
+ .form-row {
+ margin-bottom: $lineheight/2;
+ }
+ input[name=remember_me],
+ input[name=remember_me_openid] {
+ float: left;
+ }