+.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;
+ }