﻿

DIV#ContentEdit
{
	position:relative;
	background-color:#FFFFFF;
	overflow:hidden;
	min-height:402px;
	width:540px;
	font-size:small;
}

DIV#Editor
{
	position:relative;
	width:540px;
	top:0px;
}

.BackGround
{
	background-color:Blue;
}

.CuteEditorDropDown
{
	margin-left: 1px;
	margin-right: 1px;
	width: 80px;
	height: 12px;
	vertical-align: middle;
	background-color: White;
	font-family: Verdana;
	font-size: x-small;
	border-right: #0099cc thin solid;
	border-top: #0099cc thin solid;
	border-left: #0099cc thin solid;
	border-bottom: #0099cc thin solid;
}

