Click
Click Examples

Source Viewer : assets/css/cssform.css

span.required {
    padding-right: 10px;
    background: url(../images/star.gif) no-repeat right top;
}

legend {
    font-weight: bold;
    color: #000;
}

fieldset {
    border: 1px solid #999;
    background-color: #ddd;
    margin-bottom: 1em;
}

fieldset li {
    padding-bottom: 12px;
}

fieldset ul {
    margin: 0;
    padding: 1em 0 0 1em;
    list-style: none;
}

fieldset.submit {
    padding-left: 10px;
    border-style: none;
}

label {
    float: left;
    width: 100px;
    margin-right: 1em;
}

.radio label {
    float: none;
}

input.text, select#form_title {
    width: 180px;
}

/* IE only. Fix legend position */
* html fieldset legend {
    position: absolute;
    top: -.6em;
    left: .2em;
}

/* IE only. Fix fieldset background bug */
* html fieldset {
    position: relative;
}