.customStyleFramedCloudPopupContent {
  width:  250px;
  height: 350px;
  margin-right:6px;
  margin-top:6px;
  margin-left:6px;
   overflow: auto;
}


#chicken_FrameDecorationDiv_0, #chicken_FrameDecorationDiv_1,
#chicken_FrameDecorationDiv_2, #chicken_FrameDecorationDiv_3 {
	background: #fff;
}
#chicken_FrameDecorationImg_0, #chicken_FrameDecorationImg_1,
#chicken_FrameDecorationImg_2, #chicken_FrameDecorationImg_3 {
	display: none;
}
.olPopupCloseBox {
    background: url("img/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}


.savebutton {
	margin-right:5px;
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	cursor:pointer;
	overflow:hidden;
	height:26px;
	padding-left:26px;
	background-image: url(img/save1.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.cancelbutton {
	margin-right:5px;
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	cursor:pointer;
	overflow:hidden;
	height:26px;
	padding-left:26px;
	background-image: url(img/close.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.deletebutton {
	margin-right:5px;
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	cursor:pointer;
	overflow:hidden;
	height:26px;
	padding-left:26px;
	background-image: url(img/delete.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;

}

/* kaart */
.smallmap {
	width: 700px;
	height: 450px;
	border: 1px solid #aaa;
}
/* bar onder de kaart */
#topics-select {
	padding: 5px;
	border: 1px solid #aaa;
	border-top: none;
	margin-bottom: 10px;
	width: 700px;
	w\idth: 690px;
}

/* legenda */
#legend-button {
	display: none;
}
	#legend-button a {
		background-color: #3C2A72;
		display: block;
		width: 18px;
		height: 60px;
		color: #fff;
		font-size: 11px;
		padding-top: 5px;
		padding-left: 2px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		text-decoration: none;
	}
	#legend-button a:hover {
		text-decoration: none;
	}
#legend-layer {
	position: absolute;
	height: 445px; /* hoogte v/d kaart - padding bottom */
	width: 350px;
	left: 350px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border-left: 1px solid #aaa;
	overflow: auto;
	padding-bottom: 5px;
	z-index: 1000;
}
	#legend-layer .legImg {
		padding: 5px 5px 0px 10px;
	}
	#legend-layer .legImg h3 {
		font-size: 14px;
		color: #0645AD;
	}
/* kaartlagen */
.olControlLayerSwitcher {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: sans-serif;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 25em;
}
.olControlLayerSwitcher .layersDiv {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 5px 75px 10px 10px;
    width: 100%;
}

/* vertical text */
.verticaltext {
	padding: 0px 0px 0px 5px;
	display: block;
	white-space: nowrap;
	writing-mode: tb-rl;
	transform: rotate(90deg);
	/*-ms-transform: rotate(90deg); /* IE 9 of toch niet? */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
	-moz-transform: rotate(90deg); /* Firefox */
}

/* filter options */
#filterform .label {
	width: 140px;
	float: left;
	line-height: 28px;
}
#filterform select {
	float: left;
	border: 1px solid #aaa;
	margin: 2px;
	padding: 1px;
}
#filterform option {
	padding: 1px;
}