div.order label {
	display: block;
	width: 100%;
}

div.order label input, div.order label select, div.order label textarea {
	display: block;
	position: relative;
	width: 200px;
	right: -200px;
	top: -15px;
}

/* Buttons are not moved */
div.order div.actions input {
	display: inline;
	position: static;
	width: auto;
	margin-top: 10px;
}

div.order div.error {
	border: 1px solid red;
	padding: 5px 10px;
	width: 400px;
	margin-bottom: 20px;
}

div.order div.error ul {
	list-style-type: disc;
	list-style-position: inside;
}

div.order div.error ul li {
	background-image: none;
	padding: 0px;
}

div.order span.required {
	color: red;
}
