#jquery-comment-preview {
	position: relative;
	overflow: hidden;
	background: #EEE;
	height: 22px;
	padding: 3px;
	border: solid #D6D3D3;
	border-width: 1px 1px 0;
}
div#comment_preview {
	border: 1px solid #D6D3D3;
	padding: 3px;
}
ol#comment-preview {
	margin: 0;
	padding: 7px 12px;
	list-style: none;
	background: #FFF;
}
#comment-preview .avatar {
	float: right;
	border: 1px solid #EEE;
	padding: 2px;
	background: #FFF;
}
#preview-tab {
	position: absolute;
	top: 3px;
	right: 3px;
}
#preview-tab div {
	float: right;
	background: #FFF;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
}
#preview-tab a {
	float: left;
	text-decoration: none;
	padding: 4px 7px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
#preview-tab a:hover {
	background: #FEF8C7;
}
#preview-tab a:active {
	border: 1px solid #DDD;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
#textarea_clone {
	height: 0;
	overflow: hidden;
}

#html-editor button {
	float: left;
	display: inline;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	background-color: #FFF !important;
	position: relative;
	z-index: 100;
	background: #FFF url(html-editor.gif) no-repeat;
	font-size: 999px;
	overflow: hidden;
}
#html-editor button:hover {
	background-color: #FEF8C7 !important;
}
#html-editor button:active {
	border: 1px solid #DDD;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
button#ed_strong {background-position: 0 0}
button#ed_em {background-position: -20px 0}
button#ed_a {background-position: -40px 0}
button#ed_blockquote {background-position: -60px 0}
button#ed_code {background-position: -80px 0}
button#ed_code-color {background-position: 100% 0}