/* CSS Document */


#textbox {
	position: absolute;
	visibility: inherit;
	left: 30px;
	top: 30px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	width: 600px;
	overflow: auto;
	margin: 0px;
	line-height: normal;
	font-size: 16px;
	height: 304px;
	padding: 0px;
}
#textbox2 {
	position: absolute;
	visibility: inherit;
	left: 30px;
	top: 30px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	width: 482px;
	overflow: auto;
	line-height: normal;
	height: 304px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
