/*
	back:	rgb(230,230,230)
	dark:	rgb(90,97,90)
	medium	rgb(189,190,189)
	*/

.dynamic-slider-control {
	position:			relative;
	background:url(../images/slider1.png);
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

.horizontal {
	width:				212px;
	height:				25px;
}

.dynamic-slider-control input {
	display:	none;
}

.dynamic-slider-control .handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				e-resize;
	margin-top:			-2px;
}

.dynamic-slider-control.horizontal .handle {
	width:				26px;
	height:				26px;
	background-image:	url("../images/cursor.png");
}

input.submit_button
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#0077C0 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-family:"Trebuchet MS";
	margin-top:6px;
	padding:3px 10px
}

