body {
	background-image: url(bg.png);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#323232;
	scrollbar-highlight-color:#666;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#999;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
}
#patchdata {
	width: 300px;
	height: 255px;
	position: relative;
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	z-index: 1;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
