.dhtmlwindow, .dhtmlhelpwindow{
	position: absolute;
	border-color: gray;
	border-style:solid;
	border-width:0px 5px 5px 0px;
	visibility: hidden;
	background-color: white;
}
.dhtmlwindow .drag-handle {
	background-image: url('http://www.eduroute.nl/images/kop_bg.png');
	background-repeat: repeat-x;
	color: #444444;
	height: 21px;
	border-bottom: 1px solid #000000;
}
.dhtmlhelpwindow .drag-handle {
	background-color: #D8D8D8;
	color: #181D56;
	height:20px;
	/* background-image:url(dhtml_title.jpg); */
}
.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	cursor: move;
	overflow: hidden;
	width: auto;
	margin:0px;
	border: 1px solid #000000;
	border-bottom: 0;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: hand;
	cursor: pointer;
}
.drag-controls {
	margin: 3px;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color:white;
 	padding: 20px; 
	overflow: auto;
	border: 1px solid #000000;
	border-top: 0;
	border-bottom: 0;
	border-width: 0 1px 1px 1px;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	height: 13px; /*height of resize image*/
	border: 1px solid #017BC6;
	border-top: 0;
}

.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
div.buttonHolder{
	text-align: center;
}

.buttonHolder input{
	border: 1px solid #80AB3D;
	background-color: #80AB3D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 19px;
}

p{
	margin-bottom: 10px !important;
}
