#text {
	width:410px;
	height:330px;
	overflow-x: hidden;
	overflow-y: auto;
}
#transbox1 {
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
