body {
	font: 76% 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
fieldset {
	border: 1px solid #ddd;
	padding: 20px;
}
legend {
	padding: 0 10px;
	color: #999;
}
#track { 
	width: 300px; 
	height: 70px; 
	background: url(../images/track.jpg) top left no-repeat;
}
#handle { 
	width:34px;
	height:70px;
	cursor:move;
	position: relative;
}
#handle #value {
	text-align: center;
}
#submit {
	padding: 7px 0;
}
