.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: 16px;
	border: 0;
	cursor: se-resize;
	padding: 0;
	margin: -1px 0 0 0;
	text-align: left;
}

* html body .handle-normal,
* html body .handle-highlight {
	margin: -8px 0 0 0;
}

.handle-normal {
	color: #86b2df;
	background: #f0f0f0 url('resizeWindow.gif') no-repeat bottom right;
}

.handle-highlight {
	color: #147;
	background: #f0f0f0 url('resizeWindow.gif') no-repeat bottom right;
}

a.textarea-button:link,
a.textarea-button:visited,
a.textarea-button,
a.textarea-button-normal {
	cursor: pointer;
	display: block;
	width: 13px;
	margin: 0 0 0 1px;
	padding: 0;
	line-height: 13px;
	text-align: center;
	border: 1px solid #A9A9A9;
	float: right;
	font-size: 13px;
	color: #000000;
	background: #C0C0C0;
}

a.textarea-button:hover,
a.textarea-button-hover {
	cursor: pointer;
	display: block;
	width: 13px;
	margin: 0 0 0 1px;
	padding: 0;
	line-height: 13px;
	text-align: center;
	border: 1px solid #A9A9A9;
	float: right;
	font-size: 13px;
	color: #000000;
	background: #f0f0f0 ;
}

