.online_html_editor {
	width:650px;
	margin:0px auto;
}
.online_html_editor h4 {
	text-align:center;
	background: url(../images/template2/bg_all_contents.png) no-repeat 0 -380px;
	margin:5px 0;
	padding:2px
}
.section {
	font:bold 12px/120% Tahoma, Arial, sans-serif;
	background:#369;
	color:#ff9;
	text-align:center;
	border:1px #fff solid;
	border-width:1px 0;
}
#insert_code {
	width:100%;
	height:150px;
	border:1px #666 solid;
	direction:ltr;
	padding:2px;
}
#preview {
	background:#fff;
	border:1px #666 solid;
	width:100%;
	height:350px;
}
.prevew_cp {
	text-align:center;
	margin-bottom:10px;
}