.fForm > p {
    padding: .25em 1em;
}
.fForm input,
.fForm select,
.fForm textarea {
    background: linear-gradient(center top , white, #f5f5f5 1px, white 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 568px;
    width: 100%;
    padding: .5em;
}

.fForm label {
    display: block;
    font-weight: bold;
    margin: 0;
    padding: .25em 0 .15em;
}
.fForm input.small,
.fForm select.small {
    max-width: 200px;
}
.fForm .hint,
.fForm .error {
    font-size: .9em;
    display: block;
    margin-top: .25em;
    max-width: 568px;
}
.fForm .hint {
    color: #666666;
}
.fForm .error {
    color: #be1b1c;
}
.fForm .buttons {
    padding: 1em;
}
.fForm .buttons > input,
.fForm .buttons > a {
    border: 0;
    display: inline-block;
    padding: 1em;
    width: auto;
}
.fForm .buttons input {
    background-color: #be1b1c;
    color: #fff;
    cursor: pointer;
    margin-right: .5em;
    font-weight: bold;
}
.fForm .buttons input:hover {
}
.fForm .buttons a {
    text-decoration: none;
}
.fForm fieldset {
    border: 1px solid #ddd;
    padding: .75em;
    margin: .75em 0;
}
.fForm fieldset legend {
    font-weight: bold;
    padding: 0px .5em;
}
.fForm .label {
    padding: .25em 0px;
    font-weight: bold;
    display: block;
}
.fForm .checks {
    display: block;
    height: 100%;
    overflow: hidden;
}
.fForm .checks input {
    width: auto;
    float: left;
    margin: .5em 1em .5em 0;
}
.fForm .checks label {
    text-align: left;
    width: auto;
}
.fForm .checks span {
    height: 100%;
    overflow: hidden;
}
.fForm .checks .hint {
    display: block;
}
.fForm p {
    height: 100%;
    overflow: hidden;
}