@charset "UTF-8";


@for $i from 1 through 30 {
    .obelisk-form-horizontal-span-#{$i} {
        .form-label {
            width: 20 + ( ( $i - 1 ) * 30 ) + px;
        }
        .form-fields {
            margin-left: 30 + ( ( $i - 1 ) * 30 ) + px;
            *margin-left: 0;
        }
    }
}
.obelisk-form {
    .form-item {
        margin-bottom: 15px;
    }
    .form-label {
        line-height: 18px;
        // width: 110px;
        float: left;
        padding-top: 6px;
        margin-bottom: 6px;
        padding-right: 10px;
        text-align: right;
        .must {
            color: #e64545;
            margin-right: 3px;
            font-style: normal;
        }
    }
    .form-fields {
        @include clearfix;
    }
}