.fsLabelHorizontal .fsLabel { width: 170px; }
.fsRowOpen, .fsRowClose, .fsRowTop .fsRowBody { background: none; }
.fsRowBottom .fsRowBody {
    background: none;
    border-bottom: 1px solid #eee;
}

.fsForm input.fsField[type="text"]:focus, .fsForm input.fsField[type="file"]:focus, .fsForm textarea.fsField:focus {
	border-color: #002953;
}

.fsForm  { font: 12px/1.6 Arial,Helvetica,Sans-Serif; }
.fsOptionLabel { font-weight: normal; margin-left: 5px; }
.fsFieldFocused  {
	background: url(../images/structure/bg-formCurrent.png);
}
.fsFieldRow input[type="text"], .fsForm textarea {
    font-size: 13px;
    font-weight: normal;
}
.fsValidationError .fsLabel {
	width: 150px;
}
.fsRowTop {
    display: none;
}
.horz-block {
 	margin-top: 15px;
}
.fsFieldHorizontal p {
 	margin: 5px 0 15px;
}
