.modalWrapper {
	background-color: black;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0.5;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}

.modalOrder {
	border-radius: 5px;
	background-color: white;
	display: none;
	left: calc((100% - 280px)/2);
	padding: 20px;
	position: fixed;
	top: 100px;
	width: 240px;
	z-index: 3;
}

.modalOrder label {
	display: block;
	margin: 0 0 10px 0;
}

.modalOrderInput {
	border: 1px solid lightgreen;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	font: normal 18px sans-serif;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 10px;
	width: 100%;
}

.modalOrderOk, .modalOrderReset {
	background-color: transparent;
	border: none;
	color: indigo;
	font: normal 15px sans-serif;
	margin-top:5px;
	margin-left: 20px;
	float:right;
}