
div.module {
	position: absolute;
	height: auto;
	width: 320px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #333;
}

div.module div.caption {
	margin: -1px -1px 1px -1px;
	padding: 3px;
	width: 316px;
	color: #000066;
	background-color: #CCDDFF;
	font-weight: bold;
	cursor: move;
}
div.module div.caption b {
	font-weight: normal;
}

div.module div.caption span {
	cursor: pointer;
}

#e {
	font-size: 12px;
}
