@charset "utf-8";
/* CSS Document */

	#root {
	position:absolute;
	height:467px;
	width:315px;
	background-color:#F4F4F4;
	border:1px solid #333;
	font-family:verdana, sans-serif;
	font-size:10px;
	z-index:3;
	left: 230px;
	top: 23px;
	padding:0;
	margin:0 auto;
		}

	#handle {
		margin:2px;
		padding:2px;
		width:310px;
		color:white;
		background-color:navy;
		cursor:default;
		text-align:right;
		}
	
/*	#thumb {
		position:absolute;
		height:25px;
		width:11px;
		background-color:#eee;
		border:1px outset #eee;
		}*/
