

.RTEtoolbar {
	width: 100%;
	height: 40px;
	position: relative;
	background-color: grey;
}


.RTEbutton {
	width: 30px;
	height: 30px;
	top: 5px;
	background-color: lightgrey;
	position: absolute;
	display: block;	
	text-align: center;
	font-size: 20px;
}


.dimstyle {
	border-style: solid;
	width: 100%;
		background-color: white;

}

.RTEcontentdiv {
	background-color: white;
	overflow: scroll;
	word-wrap: break-word;
	min-height: 100px;
	min-width: 200px;
}

