.norm{
	position: relative;
	overflow: hidden;
	background:#eee url(301.gif) no-repeat 50% 50%;
	width: 500px;
	min-height: 350px;
	clear: both;
}

.abs{
	position:absolute;
	overflow: hidden;
	background:#eee url(301.gif) no-repeat 50% 50%;
	width: 500px;
	min-height: 350px;
	clear: both;
}

.troublemaker {
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
	overflow: hidden;
	background: #ffc;
}

.scrollable,
textarea.ta {
	position: relative;
	width: 400px;
	height: 150px;
	margin: 30px 20px;
}

.scrollable {
	overflow: hidden;
	overflow-y: auto;
	z-index: 1;
}

.box1 {
	background-color: #936;
}

.box2 {
	background-color: #6cc;
}