/* Elements: Form
----------------------------------------------------------------------------- */
form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;

    margin: 0;
}

form fieldset {
    margin: 0 0 1em 0;
    padding: 0;
    border-style: none;
}
form fieldset.messages {
    clear: both;
}
form fieldset.controls {
    text-align: right;
    clear: both;
}

form legend {
    display: none;
}

form label {
    font-weight: normal;
}
form label em {
    font-size: 0.85em;
    color: #f00;
}

form input.text,
form textarea,
form select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;

    background-color: #f3f3f3;
    border: 1px solid #777;
}

form button,
form input.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

form input.text {
    width: 25.5em;
    padding: 0.25em;
}
form textarea {
    width: 25.5em;
    padding: 0.25em;
}
form select {
}

form li {
    margin: 0;

    list-style-type: none;
}
form li dl {
    height: 100%;
    margin: 0;

    overflow: hidden;
}
form li dd {
    margin: 0;
}

fieldset.inlined dl {
    margin-bottom: 0.25em;
}
fieldset.inlined dt,
fieldset.inlined dd {
    line-height: 2em;

    display: inline;
}
fieldset.inlined dt {
    text-align: left;

    width: 23%;

    float: left;
}
fieldset.inlined dd {
    margin: 0 0 0 1%;
}
