
/*///Popup Doorsturen///*/
.PopupContainer, .PopupContainerVideo {
	z-index			:1000;
	position		:absolute;
	top				:100px;
	left			:50%; 
	margin-left		:-250px;
	text-align		:left;
	color			:#007ac3;
	display			:none;
	border			:solid 3px #d11241;
	padding			:10px;
	width			:500px;	
	background-color:White;
}
.PopupContainerVideo 
{
	width			:420px;	
	margin-left		:-210px;
	text-align		:center;
}
.PopupHead {
	font-size		:12px;
	font-weight		:bold;
	color			:#007ac3;
	margin-bottom	:10px;
}
.PopupHead a {
	text-decoration:none;
}
.PopupClose {
	position		:absolute;
	right			:10px;
	top				:10px;
	background-image:url('/Images/Icons/iconClose.png');
	background-repeat:no-repeat;
	width			:17px;
	height			:17px;	
}
.tdLabelSend {
	width			:175px;
	vertical-align	:top;
}
.tdLabelTip {
	width			:125px;
	vertical-align	:top;
}
.tbSend {
	width			:200px;
	border			:solid 1px #88bcdf;
	font-size		:12px;
}
.taOpmerkingSend {
	width			:200px;
	height			:75px;
	border			:solid 1px #88bcdf;
	font-size		:12px;
	font-family		:Arial;
}
.lblErrorInloggen {
	color			:#d11241;
	font-size		:11px;
}

/*///Popup Nieuwsbrief///*/
.PopupNieuwsbrief {
	z-index			:1000;
	position		:absolute;
	top				:5px;
	left			:50%; 
	margin-left		:63px;
	text-align		:left;
	color			:Black;
	display			:none;
	background-color:#e4f1f9;
	border			:solid 1px #007ac3;
	padding			:10px 10px 5px 10px;
	width			:416px;	
}
.PopupHead {
	font-size		:12px;
	font-weight		:bold;
	color			:#007ac3;
	margin-bottom	:10px;
}
.PopupHead a {
	text-decoration:none;
}
.tbSend {
	width			:195px;
	border			:solid 1px #88bcdf;
	font-size		:12px;
}
.tdResultOk {
	font-size		:11px;

}
.tdResultAlert {
	font-size		:11px;
	color			:#d11241;

}
.trResultOk, .trResultAlert 
{
	display			:none;
}
/*///Tip de redactie///*/
.divTipForm {
	font-size:12px;
	font-family:Arial;
}