.errors {
	padding-left: 144px;
}

.fixedwidth {
	width: 220px;
}

.fixedwidth .control-select-options {
	width: 216px;
}

.fixedwidth .control-select-selected {
	width: 173px;
}

.fullwidth {
	width: 100%;	
}

.toolbar .toolbar-continue {
	background-position: left -96px;
}

.toolbar .toolbar-continue:hover {
	background-position: left -64px;
}

.toolbar .toolbar-delete {
	background-position: left -160px;
}

.toolbar .toolbar-delete:hover {
	background-position: left -128px;
}

.toolbar .toolbar-update {
	background-position: left -224px;
}

.toolbar .toolbar-update:hover {
	background-position: left -192px;
}

input.fixedwidth {
	width: 196px;
}

label {
	width: 130px;
}

textarea.fullwidth {
	width: 340px;	
}

select.fixedwidth {
	width: 212px;	
}

#content {
	text-align: center;
}

#myorder-items {
	margin-top: 30px;	
}

#noorder {
	padding: 100px;	
}

#paper {
	display: inline-block;
	text-align: left;
	width: 900px;
}