textarea {
	overflow: auto;
	width: 97.5%;
}

#textarea {
	padding: 0px 0px 0px 3px;
}

#textarea div.top_left {
	height: 6px;
	padding: 0px 0px 0px 5px;
	background: url("./pic/textarea/top_left.gif") left top no-repeat;
	background-color: white;
}

#textarea div.top_right {
	height: 6px;
	padding: 0px 6px 0px 0px;
	background: url("./pic/textarea/top_right.gif") right top no-repeat;
	background-color: white;
}

#textarea div.top {
	height: 6px;
	background: url("./pic/textarea/top.gif") top repeat-x;
	background-color: white;
}

#textarea div.left {
	padding: 0px 0px 0px 3px;
	background: url("./pic/textarea/left.gif") left repeat-y;
	background-color: white;
}

#textarea div.right {
	padding: 0px 5px 0px 0px;
	background: url("./pic/textarea/right.gif") right repeat-y;
	background-color: white;
}

#textarea div.content {
	background-color: white;
}
	
#textarea div.bottom_left {
	height: 6px;
	padding: 0px 0px 0px 5px;
	background: url("./pic/textarea/bottom_left.gif") left bottom no-repeat;
	background-color: white;
}

#textarea div.bottom_right {
	height: 6px;
	padding: 0px 6px 0px 0px;
	background: url("./pic/textarea/bottom_right.gif") right bottom no-repeat;
	background-color: white;
}

#textarea div.bottom {
	height: 6px;
	background: url("./pic/textarea/bottom.gif") left bottom repeat-x;
	background-color: white;
}

#textarea form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}