#ed_toolbar {
	position: relative;
	padding-right: 150px !important;
}
#wp-content-editor-container {
	position: relative;
}
#preview-tab {
	position: absolute;
	top: 2px;
	right: 5px;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #C3C3C3;
	min-width: 26px;
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 3px;
	background: #FFF url("../../../wp-admin/images/fade-butt.png") repeat-x 0 -2px;
	cursor: pointer;
}
#wp-content-editor-container #preview-tab {
	top: 3px;
}
#preview-tab:hover {
	background: #DDD;
	border: 1px solid #AAA;
	color: #000;
}
#textarea_clone {
	height: 0;
	overflow: hidden;
}
#content_preview {
	background: #FFF;
	padding: 10px 10px 17px;
	overflow: auto;
	font-size: 13px;
}
#content_preview p {
	line-height: 19px;
	padding: 0;
	margin: 0 0 18px;
	font-size: 13px;
}
#content_preview ul {
	margin: 0 0 18px 35px;
	list-style: disc;
	font-size: 13px;
}
#content_preview ol {
	margin: 0 0 18px 35px;
	list-style: decimal;
	font-size: 13px;
}
#content_preview blockquote {
	border-left: 3px solid #DDD;
	background: #EEE;
	padding: 1px 9px 1px;
	margin-bottom: 23px;
}
#content_preview blockquote p {
	padding: 8px 0;
	margin: 0;
}
#content_preview h1,
#content_preview h2,
#content_preview h3,
#content_preview h4,
#content_preview h5 {
	font-family: Verdana, Tahoma, Arial;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #000;
	margin: 0 0 18px;
	padding: 0;
}
#content_preview h1 {font-size: 22px}
#content_preview h2 {font-size: 20px}
#content_preview h3 {font-size: 18px}
#content_preview h4 {
	font-size: 15px;
	font-weight: bold;
}
#content_preview h5 {
	font-size: 13px;
	font-weight: bold;
}