#preview-tab a{
  border:1px solid #CCCCCC;
  color: #7F7F7F;
  text-decoration: underline;
  padding:7px 5px 5px 5px;
  text-align:center;
  display: block;
  width: 180px;
  cursor: pointer;
  margin: 0 0 5px 0;
}
div#comment_preview {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
ol#comment-preview {
	margin: 0;
	padding: 7px 12px;
	list-style: none;
	background: #FFF;
}
#textarea_clone {
	height: 0;
	overflow: hidden;
}
