.rteImage {
	background: transparent;
	border: 1px #D3D3D3 solid;
	cursor: pointer;
}

.rteImageRaised, .rteImage:hover {
	background: transparent;
	border: 1px outset;
	cursor: pointer;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	letter-spacing: 0;
	padding: 1px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

textarea {font: 8pt Verdana, Arial, Times; border: #000000 1px solid; color: #000000; background-color: #e1e1e1}

.rteTextarea {font: 8pt Verdana, Arial, Times; border: #000000 1px solid; color: #000000; background-color: #e1e1e1}