.d2m-modal-overlay {
	position: fixed;
	opacity: 0.8;
	background: #0a0000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1200;
}
.d2m-modal {
	transform: translateX(-50%);
	position: fixed;
	background: #ffffff;
	width: 80%;
	max-width: 800px;
	margin-top: 150px;
	z-index: 1202;
	border: 2px solid #000000;
	border-radius: 10px;
	top: 0;
	left: 50%;
	box-shadow: inset 0 0 10px #00a80d;
	-moz-box-shadow: inset 0 0 10px #00a80d;
	-webkit-box-shadow: inset 0 0 10px #00a80d;
	padding: 20px;
}

.d2m-wrapper input.d2m-input {
	padding: 8px;
	font-size: 26px;
	height: 44px;
	color: #000000;
}

.d2m-wrapper .d2m-skip, .d2m-wrapper .d2m-close {
	cursor: pointer;
}

/** INLINE */
.d2m-inline input.d2m-input {
	padding: 8px;
	font-size: 26px;
	height: 44px;
	color: #000000;
}

.d2m-inline .d2m-skip {
	cursor: pointer;
}

.d2m-inline .d2m-close {
	display: none;
}
