#order-process h3 {
	font-size: 14px;
	margin-bottom: 0px;
}

#order-process row.choice, #order-process row.reference {
	height: 40px;
	margin: 0px 0px 10px;
	background: #BBEEBB;
	border: 1px solid #00EE00;
	cursor: pointer;
}

#order-process row.choice span, #order-process row.reference span {
	padding-left: 10px;
}

#order-process .choice input {
	border-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

#order-process .header {
	height: 40px;
	font-weight: bold;
	padding-top: 15px;
	border-bottom: 1px solid #888800;
}

#order-process row.darker {
	background: #E5E5E5;
}

#order-process row.even {
	background: #F0F0F0;
}

#order-process .content {
	max-height: 360px;
	overflow-y: auto;
	font-size: 16px;
}

#order-process .content > row > div, #order-process .header > div {
	min-width: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 18px;
}

#order-process .content > row > div > span {
	color: #835C3B;
}

#order-process row.textarea {
	height: 80px;
	padding: 0;
}

#order-process textarea {
	height: 100%;
	width: 100%;
}

#order-process .back, #order-process .cancel {
	font-size: 12px;
	width: 80px;
	height: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#order-process .back:hover, #order-process .cancel:hover {
	background-color: #DDDDDD;
}

#order-process .back {
	text-align: left;
	padding-left: 20px;
	background-image: url(../img/process-back.png);
	cursor: pointer;
}

#order-process .cancel {
	text-align: left;
	padding-left: 20px;
	background-image: url(../img/process-cancel.png);
	cursor: pointer;
}

#order-process div.slowness {
	color: red;
	font-weight: bold;
	padding: 10px;
}
