.field {
	padding: 2px 0 5px;
}

.clear {
	clear: left;
}

.field .label {
	font-weight: bold;
	width: 120px;
	float: left;
}

html>body .field .content {
	float: left;
}

.field .hidden {
	display: none;
	float: none;
}

.field .top {
	float: none;
}

.required {
	color: #B40000;
}
