#ed_toolbar {
	position: relative;
	padding-right: 150px !important;
}
* html #ed_toolbar {height: 1%}

#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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF url("../../../wp-admin/images/fade-butt.png") repeat-x 0 -2px;
	cursor: pointer;
	color: #203E56;
}
#preview-tab:hover {
	background: #DDD;
	border: 1px solid #AAA;
	color: #000;
}

#textarea_clone {
	height: 0;
	overflow: hidden;
}

#content_preview {
	background: #FFF;
	padding: 5px 6px 7px;
	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;
}
