.pulldownInfo{
	display: none;
	position: absolute;
	top: 40px;
	left: 40px;
	width: 400px;
	height: 400px;
	background-color : White;
	border: 3px ridge Silver;
}
.pulldowninfo .info-text{
	text-align: center;
	font-weight: bold;
	background-color : #B22222;
	padding: 10px;
	border-bottom: 2px ridge Silver;
	width: 400px;
	height: 30px;
}
.pulldownInfo .content{
	width: 400px;
	height: 400px;
	overflow: auto;
}
.pulldowninfo .info-close{
	width: 400px;
	text-align: center;
	font-weight: normal;
	background-color : #E4E4E4;
	padding: 4px;
	border-top: 2px ridge Silver;
}
.pulldownInfo .keuze{
	padding-left: 10px;
}

