div.f-input { margin-bottom:1em; }
div.f-input label.f-label {}
div.f-input label.f-box-label { margin-left: 0.5em; }
div.f-input select { margin: 0; }
div.f-input textarea { margin: 0; }

div.f-label-left {}
div.f-label-left div.f-error {}
div.f-label-left label.f-label {
	float: left;
	text-align: left;
	margin-right: 0.5em;
}

div.f-label-top {}
div.f-label-top div.f-error {}
div.f-label-top label.f-label {
	display: block;
	margin-bottom: 0;
}

div.f-label-right {}
div.f-label-right div.f-error {}
div.f-label-right label.f-label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
}

label.f-label span.f-required {
	background-image: url(../img/required_star.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center left;
}

div.f-error {
	color: red;
}
