div.fsError {
    display: none;
}

td.fsRowBody,
td.fsRowOpen,
td.fsRowClose {
    background-color: transparent;
    border: none;
    background: none;
}

.fsRowTop .fsRowOpen {
    background: none;
}

.fsRowTop .fsRowBody {
    background: none;
}

.fsRowTop .fsRowClose {
    background: none;
}

.fsRowBottom .fsRowOpen {
    background: none;
}

.fsRowBottom .fsRowClose {
    background: none;
}

.fsRowBottom .fsRowBody {
    background: none;
}

.fsForm .fsCell {
    padding: 0;
}

.fsFieldCell input {

}

.fsFieldRow input[type=text],
.fsForm textarea {
    border: 1px solid #666;
    background: #fff;
    color: #333;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    width: 155px;
    margin-bottom: 3px;
    padding: 2px;
}

.fsForm .fsLabel {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    text-align: right;
    color: #666;
    font-weight: normal;
    margin-right: 15px;
    width: 125px;
}

.fsLabel span {
    display: inline-block;
    margin-right: 3px;
    font-size: 10px;
}

.fsFieldRow select {
    margin-bottom: 5px;
    border: #666666 1px solid;
    padding: 1px 1px 2px 2px;
    width: 160px;
    font-size: 12px;
    color: #063a65;
}

.fsSubmitButton {
    position: absolute;
    color: #FFF !important;
    font-size: 13px !important;
    font-weight: bold !important;
    right: 2px;
    height: 30px;
    width: 165px;
    background: url(images/btn-commercial.gif);
    cursor: pointer;
    top: 285px;
}

.fsRowTop, 
.fsSpacerRow {
    display: none;
}

.fsValidationError .fsLabel {
    color:#ba0000;
    padding-left: 0;
    background: none;
}

td.fsValidationError {
    background-color: transparent !important;
}