form {
	width: 400px;
	margin: auto;
}

.widget {
	float: left;
}

.text, textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 15px;
}

label {
	float: left;
	display: block;
	margin-bottom: 15px;
	text-align: right;
	width: 75px;
	padding-right: 15px;
}

input.money {
	width: 75px;
}

#ItemCustomerId {
	width: 250px;
}

.submit {
	width: 100px;
	text-align: center;
	margin: auto;
}

input, textarea {
	background-color: #ddd;	
}

.featured {
	background-color: #799A7A;
	color: #fff;
}

br {
	clear: left;
}

.related {
	margin-top: 2em;
}