/* @override 
	http://grippa.dev/css/popup-video.css
	http://grippa.app/css/popup-video.css */

.popup-holder{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 50px;
	z-index: 100;
}

.popup-container{
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 2px solid #DC353C;
	border-radius: 5px;
}
.popup-close{
	padding: 0 10px;
	font-size: 2em;
	font-weight: bold;
	color: #DC353C;
	position:relative;
	top: 20px;
	left: -30px;
	border: 2px solid #DC353C;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	z-index: 100;
}
.popup-close:hover{
	color: #fff;
	background-color: #DC353C;
}
.main-overlay{
	display: none;
	position: fixed;
	background-color: #000;
	top: 0;
	left:  0;
	bottom: 0;
	right: 0;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


#new-password-popup-holder{
	margin-left: -100px;
}
#new-password-popup-container{
	padding: 40px;
	position: relative;
	height: 400px;
	overflow: hidden;
}
#new-password-input-form{
	position:relative;
	height: 800px;
}
.new-password-input-pane{
	height: 400px;
	width:250px;
}

#video-popup-holder-aanmeldingen{
	top: -20px !important;
	z-index: 10000;
}
#video-popup-container-aanmedlingen{
	padding: 40px;
	position: relative;
	height: 700px;
	overflow: hidden;
}
