div.slider {
	width: 200px;
	height: 16px;
	background: #eee;
}
div.slider div.knob {
	background: #000;
	width: 16px;
	height: 16px;
}
div#fontSize {
	height: 50px;
}

div.advanced {
	width: 120px;
	margin-top:3px;
	margin-left:5px;
	background: url(../images/slider.png) 0 center repeat-x;
	
}
div.advanced div.knob {
	background: no-repeat center center;
	cursor: pointer;
}
div#red div.knob {
	width:15px;
	height:11px;
	background-color:#666666;
	border-color: #999999 #333333 #333333 #999999;
	border-style:solid;
	border-width:2px;
	margin-top:0px;
	/*background-image: url(images/red.png);*/
}
div#green div.knob {
	background-image: url(images/green.png);
}
div#blue div.knob {
	background-image: url(images/blue.png);
}

div.slidebody{
	width:160px;
	height:20px;
	overflow:hidden;
	background-color:#bbb;
	border-color: #999999 #333333 #333333 #999999;
	border-style:solid;
	border-width:1px;
	
}

div.slidebody input{
	background-color:#bbb;
	border:none;
	border-right:#666666 1px solid;
	text-align:right;
	float:left;
	width:27px;
	margin-top:1px;
	padding-right:1px;
}