.htmlWrapper {
	position: absolute;
	top: 80px;
	left: 1.2%;
	right: 32.2%;
	bottom: 70px;
/*	border-bottom-left-radius: 20px;*/
}

.htmlWrapperClose {
	position: absolute;
	width: 38px;
	height: 38px;
	top: -19px;
	right: -19px;
	cursor: pointer;
	z-index: 65535;
}

.htmlWrapperClose:hover {
	width: 42px;
	height: 42px;
	top: -21px;
	right: -21px;
}

.htmlBackground {
	width: 100%;
	height: 100%;
	border: 2px solid black;
	background-color: rgba(255, 255, 255, 0.6);
/*	border-bottom-left-radius: 20px;*/
}

.htmlToolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: -2px;
	height: 8px;
	overflow: hidden;
	transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.9);
}

.htmlToolbar:hover {
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
}

.htmlContent {
	position: absolute;
	overflow: auto;
	top: 45px;
	left: 10px;
	right: 10px;
	bottom: 15px;
	padding: 20px;
}
