+.standard-form {
+ fieldset {
+ margin-bottom: $lineheight;
+ }
+ label.standard-label {
+ display: block;
+ margin-bottom: $lineheight/4;
+ font-size: $typeheight;
+ font-weight: bold;
+ line-height: 1.5;
+ }
+ label.standard-label.secondary {
+ display: inline-block;
+ font-weight: normal;
+ }
+ .form-help {
+ font-weight: normal;
+ }
+ .form-column {
+ float: left;
+ margin-right: 20px;
+ }
+ .form-divider {
+ margin-top: $lineheight;
+ padding-top: $lineheight;
+ border-top: 1px solid $keyline;
+ }
+ .form-row {
+ margin-bottom: $lineheight/2;
+ }
+ .form-list {
+ margin-bottom: 0;
+ }
+ .form-list li {
+ margin-bottom: 5px;
+ }
+ input[type="checkbox"],
+ input[type="radio"] {
+ float: left;
+ margin-top: 5px;
+ margin-right: 5px;
+ }