.editable {
	background-color: #6699cc;
	width: 120px;
	border: none;
	height:150px;
	color:#FFFFFF;
}

textarea#desc_edit{
	/*background-color: #ffffd3;*/
	background-color: #6699cc;
	width: 110px;
	border: none;
	height:108px;
	overflow:auto;
	color:#FFFFFF;
}

#desc {
	padding-top: 25px;
	background: url(/images/postit.jpg) no-repeat;
	width:120px;
	height:108px;
	color:#FFFFFF;
	overflow:auto;
}
#desc_editor {
	padding-top: 25px;
	background: url(/images/postit.jpg) no-repeat;
	width:120px;
	height:160px;
	color:#FFFFFF;
	overflow:auto;
}