.sfCombobox,
.sfTextarea,
.sfInputtext {
	border: 1px solid #c1c1c1;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #e4e4e4;
}
.sfCombobox,
.sfInputtext {
	width: 247px;
	height: 20px;
}

/*
.sfTextarea {
	width: 402px;
	height: 135px;
}
*/

.sfFTitle {
	font-weight: bold;
	white-space: nowrap;
	display: block;
	margin-right: 15px;
	font-size: 10pt;
	font-family: Arial;
}
.sfFldTitleCont {
	vertical-align: top;
	padding-top: 6px;
}
.sfRequired {
	color: #FF0000;
}

.sfSubmit {
	cursor: pointer;
	width: 46px;
	height: 20px;
	padding-bottom: 4px;
	border-style: none;
	background-color: transparent;
	background-image: url(/tpl/design4/images/btn_bkg.jpg);
}
.sfErrors {
	color: red;
}