.open-night-sprint img {
	cursor: pointer;
}

.popup_nightSprint {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 1080px;
	z-index: 9999;
	background: rgba(0,0,0, .8);
	padding-top: 100px;
	display: none;
	top: 0;

}

.inner-shadow-close {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.inner-night-form {
	display:table;
	min-width: 370px; max-width: 800px;
	padding: 40px;
	color: #604029;
	background: #e1f0bb;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 219, 145, 0.33);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 219, 145, 0.33);
	box-shadow: inset 0px 0px 10px 0px rgba(255, 219, 145, 0.33);
	position: relative;
	margin: 0 auto;
}

	.inner-night-form p {
		font-size: 16px;
	}

.close-button {
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('../images/close.png') no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.nightSprintForm {
	width: 450px;
	margin: 0px auto 0;
}

.nightSprintForm th {
	text-align: left;
	padding-right: 15px;
}

.nightSprintForm label {
	color: #604029;
	font-size: 14px;
}

.nightSprintForm table td {
	padding-bottom: 15px;
}


#submenu li {
	margin-bottom: 0;
}

#submenu.gallery-submenu li {
	display: inline-block;
	margin-bottom: 15px;
}

.nightSprintForm input {
	padding: 5px 10px;
}

	.nightSprintForm input[type="submit"] {
		padding: 0 10px;
	}

.nightSprintForm .form-vouchers {
	width: 50px;
}