/******************************************
* Slider Bar Form Element Script
* 
* Original program copyright David Harrison
*   d_s_h2@hotmail.com
* Version 2 copyright Eric C. Davis
*   eric@10mar2001.com
* 
* This notice MUST stay intact for use.
*
* Modified by Tom Westcott
*
*
* Expanded Utitlity by webDevs 
*   has been modified to compatibilty with AJAX
*   @ 2006
*   for more information helmi.id@gmail.com
******************************************/

.move {
	height: 21px;
	background: #000000 url(bar_end.png) no-repeat 0 8px;
	cursor: hand !important;
	cursor: pointer;
}
.move .move2 {
	margin: 0 1px 0 2px;
	height: 21px;
	background: #000000 url(bar_repeat.png) repeat-x 0 8px;
	cursor: hand !important;
	cursor: pointer;
}

.move2ondrag {
	margin: 0 1px 0 2px;
        height: 21px;
        cursor: hand !important;
        cursor: pointer;
	background: #c0c0c0 url(bar_repeat_hover.png) repeat-x 0 8px;
}

.move .slider {
	margin-left: 0;
	margin-top: -21px;
	margin-right: -11px;
	width: 11px;
	height: 21px;
	background: #000000 url(slider.png) no-repeat 0 0;
	cursor: hand !important;
	cursor: pointer;
}



