.themodal-lock {
	/* when modal is opened we're removing scrollbars from the main content */
	overflow: hidden;
}

.themodal-overlay {
	/* overlay will stay fixed and will take all the space available */
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;

	/* if modal content doesn't fit inside the overlay, display scrollbars */
	overflow: auto;

	/* allow one-finger iPad scrolling */
	-webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
	-webkit-transform: translateZ(0px);
}

.themodal-overlay {
	background: rgba(255, 255, 255, 0.3);
	/* IE6–IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
	zoom: 1;
}

.modal_custom {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	z-index: 100;
	top: 30%;
	position: relative;
	background: #fff;
	padding: 20px;
	border: 1px solid #CFAC6F;
}
.modal_custom form {

}
.modal_custom h3.standart {
	text-align: left;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0px;
}
.modal_custom .close {
	margin-right: 6px;
	margin-top: 6px;
	background: url("../i/ico/close_modal.png") no-repeat 0 0;
	width: 17px;
	height: 17px;
	
}
.modal_custom form label {
	display: block;
	
}
.modal_custom form option {
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal_custom form {}
.modal_custom form {}
.modal_custom form {}
.modal_custom form {}

