.slider{
	float:left;
	position:relative;
}

.slider{
	height:20px;
	width:220px;
	float:left;
	position:relative;
	
}
.slider_left{
	width:10px;
	height:20px;
	float:left;
	background:url("../images/slider_left.gif");
}
.slider_right{
	width:10px;
	height:20px;
	float:left;
	background:url("../images/slider_right.gif");
}
.slider_center{
	width:200px;
	height:20px;
	float:left;
	background:url("../images/slider_center.gif");
	position:relative;
}
.slider_handle{
	position:absolute;
	top:1px;
	left:0;
	width:17px;
	height:20px;
	background:url("../images/slider_arrow.gif");
}
#size_input{
	width:40px;
	float:left;
	margin-left:10px;
	position:relative;
	text-align:right;
}

#bgColor
{
	display:inline;
	vertical-align:middle;
}
#bgColor_input
{
	margin-left:20px;
	width:60px;
	display:inline;
	text-align:right;
}