* {margin: 0; padding: 0;}
body {padding: 30px; font: 14px/18px Arial, Tahoma;}
a {color: #09F}
p {padding: 8px 0}
h1 {font-size: 24px; font-weight: normal; margin: 0 0 25px;}

#commentform p {padding: 8px 0}
#author, #email, #url, #comment {
	font: 14px Arial, Tahoma;
	border: 1px solid #CCC;
	padding: 3px 5px;
	width: 200px;
}
#author:focus, #email:focus, #url:focus, #comment:focus {border: 1px solid #999}
#comment {
	width: 500px;
	height: 180px;
}
#submit {
	width: 110px;
	height: 26px;
	font: 14px Arial, Tahoma;
	cursor: pointer;
}

/* стили для предпросмотра */
#jquery-comment-preview {
	position: relative;
	overflow: hidden;
	background: #EEE;
	height: 22px;
	padding: 3px 5px;
	border: solid #D6D3D3;
	border-width: 1px 1px 0;
}
ol#comment-preview {
	padding: 10px 15px;
	list-style: none;
	background: #FFF;
	border: 1px solid #CCC;
	width: 480px;
	text-align:justify;
}
#comment-preview .avatar {
	float: left;
	border: 1px solid #B9B9B9;
	padding: 2px;
	margin:0 0 0 10px;
	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 #D4D4D4;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
}
#preview-tab a:hover {
	background: #FEF8C7;
}
#preview-tab a:active {
	border: 1px solid #DDD;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
#textarea_clone {
	height: 0;
	overflow: hidden;
}