.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.handle-normal, .handle-highlight {
	display: block;
	height: 5px;
	border: 0;
	cursor: s-resize;
	padding: 0;
	margin: 0;
}
.handle-normal {
	color: #ddd;
	background: #ddd;
}
.handle-highlight {
	color: #69c;
	background: #69c;
}
* html body .handle-normal, * html body .handle-highlight {
	margin-top: -8px;
}
a.textarea-button:link, a.textarea-button:visited, a.textarea-button {
	cursor: pointer;
	display: block;
	width: 12px;
	color: #777;
	background: #ddd;
	margin: 0 0 0 3px;
	padding: 0;
	line-height: 12px;
	text-align: center;
	border: none;
	float: right;
	font-size: 13px;
}
a.textarea-button:hover {
	color: #fff;
	background: #69c;
}
