Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#drag {}

#load {
	background: url('http://upload.wikimedia.org/wikipedia/commons/d/d2/Spinning_wheel_throbber.gif') no-repeat;
	height:100px;
}

.window .title h2 {
	font-size: 25px;
	padding: 0;
}

.window .title .closebtn {
	background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Button_normal.svg/20px-Button_normal.svg.png');
	width:20px;
	height:20px;
	right:2px;
	top:2px;
	position:absolute;
}

.window {
	position:absolute;
	background: #FFFFFF;
	overflow: hidden;
}

.window .title {
	font-size: 200%;
	border: 1px solid black;
	background: #D8E8FF;
}

.window .scroller {
	position: absolute;
	border: 1px solid black;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: scroll;
}

.window .content {
	padding: 10px;
}

.window .resize {
	right:0px;
	bottom:0px;
	width:10px;
	height:10px;
	float:right;
	position:absolute;
	bottom:0px;
	cursor:se-resize;
}