﻿/*popup*/
.popupkader{
	position:fixed;
	top:0;
	left:0;
}
#campopup{
	background: url(http://image.midhold.nl/popup/bg.png) no-repeat;
	width: 213px;
	height: 126px;
	z-index: 2;
	display: none;
}

#campopup a{
  text-decoration: none;
  color:#666;
}

#campopup a img{
	border: none;
}

#campopup h2{
	width:150px;
	height:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 0 0 40px;
	background-image: url(http://image.midhold.nl/popup/cam.png);
	background-repeat: no-repeat;
	background-position: 11px 5px ;
	margin-top:5px;
	float:left;
}
#campopup .close{
	width:8px;
	height:8px;
	float:right;
	margin:18px 15px 0 0;
	cursor: pointer;
	background-image: url(http://image.midhold.nl/popup/x.jpg);
}
#campopup a.img{
	width:65px;
	height:65px;
	float:left;
	background:url(http://image.midhold.nl/popup/bg_pic.jpg) no-repeat;
	margin:10px 0 0 15px;
}
#campopup a.img img{
	width:46px;
	height:46px;
	margin:7px 0 0 9px;
}
#campopup a.text{
	width:120px;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:8px;
	padding:1px 10px 0 0px;

}
#campopup a.button {
	width:88px;
	height:19px;
	float:right;
	margin:5px 25px 0 0;
}