textarea {
	scrollbar-3d-light-color: #0099CC;
	scrollbar-arrow-color: #0099CC;
	scrollbar-base-color: #0099CC;
	scrollbar-dark-shadow-color: #0099CC;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #0099CC;
	overflow:auto;
	width:400px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border:1px solid #0099CC;
}
.txt {
	width:200px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border:1px solid #0099CC;
}
.but {
	width:100px; 
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:12px; 
	border:1px solid #000000; 
	background-color:#0099CC; 
	color:#ffffff;
	font-weight:bold;
}
