
.editor
{
	width : 720px;
	position : relative;
	margin : auto;
	padding : 0px;
	margin-top : 20px;
	margin-bottom : 50px;
	border : 1px solid white;
}

.Feditor
{
	width : 700px;
	height : 100%;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
}
	
.textEditorArea
{
	width : 650px;
	min-height : 240px;
	padding : 15px;
	margin : auto;
	padding-left : 30px;
	margin-bottom : 20px;
}

.previewEditorArea
{
	width : 650px;
	height : 240px;
	overflow : auto;
	position : relative;
	padding : 15px;
	padding-left : 30px;
	margin : auto;
}

.Feditor input[type=button]
{
	min-width : 55px;
	padding : 2px;
	margin-top : 10px;
}

.Feditor input[type=text], .Feditor select
{
	width : 400px;
	padding : 2px;
}

.changeEditor {
	margin-bottom : 24px;
}
