#notepad div.title {
	width: 100px;
}
#notepad li {
	cursor: pointer;
}

#notepad a {
	text-decoration:none;
}

#notepad table td div textarea.text {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	height: 150px;
}
