.Sticky-container {
	width: 300px;
	position: fixed;
	right: 20px;
	top: 80px;
	height: 300px;
}

.Sticky-frame {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .3);
}

.Sticky-frame textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #CCCCCC;
	resize: vertical;
}
