.x-desc-input {
	position: absolute;
	/*width: 175px;*/
	width: 222px;
	/*height: 90px;*/
	height: 116px;
	/*padding: 10px;*/
	padding: 5px;
	background-color: #404040;
	border: 1px solid #303131;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 3px 8px rgba( 100, 100, 100, 0.22 );
	-moz-box-shadow: rgba( 100, 100, 100, 0.22 ) 0px 3px 8px;
}

.ext-gecko .x-desc-input {
	height: 118px;
}
.ext-ie .x-desc-input {
	height: 120px;
}

.x-desc-input textarea {
	/*width: 173px;*/
	width: 220px;
	height: 87px;
	color: #222;
	/*color: #404040;*/
	border: 1px solid #3a3a3a !important; 
	background-color: #5b5b5b !important;
	outline: none;

	font-family: 'Lucida Grande', Aria, Sans-Serif;
	font-size: 11px;
	overflow: auto;
}

.x-desc-toolbar {
	/*height: 34px;*/
}

.x-mini-btn {
	margin: 3px 0 0 3px;
}