.rteImage {
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
}

.rteImageRaised, .rteImage:hover {
	background: #F8F8FF;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #EEEEFF;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 2px 0 2px;
}

.rteBack {
	letter-spacing: 0;
	padding: 0px;
	width: 400px;
}

.rteBack tbody tr td, .rteBack tr td {
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}
.rteDiv textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.rteDiv select {
	font-size: 11px;
}

