/* SlideLock Styles */
form.hform p label { width: 200px; }
p.quiet { margin-left: -0px; width: 350px; font-size:12px; }
span.quiet { font-size: .875em; }
#locked { font-weight: bold; color: #C00; background:url(../images/chrome/locked.png) no-repeat; padding-left:20px; }
#unlocked { margin-left: 45px; background:url(../images/chrome/deslocked.png) no-repeat; padding-left:20px;}
p.quiet img { margin: 0 0 0 40px; }	

.ui-slider { 
	position: relative; 
	text-align: left; 
	display: block; 
	margin: 10px 0 10px 200px; 
	width: 200px; 
	height:23px;
}
.ui-slider-handle { 
	position: absolute; 
	z-index: 2; 
	width: 50px; 
	height: 22px; 
	cursor: pointer;  
	top: 0px; 
	
	background-image:url(../images/chrome/cursor.png);
	background-repeat:no-repeat;
	margin-left: -30px; 
	
}
.ui-slider-horizontal { 
	height:22px; 
/*	background: #ddd; */
	/*border: 1px solid #ccc;*/
}
.ui-slider-handle:hover, .ui-state-hover, .ui-state-focus, .ui-state-active { 
	background:url(../images/chrome/cursor.png);
	background-repeat:no-repeat;

 }


/* CSS3 ---------------------------------------------------- */
.ui-slider-handle { 
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#AE0000;
	
	background: -moz-linear-gradient(top, #f60, #930);
	background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#930));*/
	
	margin-left:-25px;
}
.ui-slider-horizontal { 

/*	background: -moz-linear-gradient(left, #fff, #093);
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#093));*/
	background:url(../images/chrome/bg_slider.png);
	width:230px;
	background-repeat:no-repeat;

}
a.ui-state-hover, a.ui-state-focus { 
	/*background: -moz-linear-gradient(top, #666, #C00);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#FC0));
	box-shadow: 0px 0px 10px #f60;
	-moz-box-shadow: 0px 0px 10px #f60;
	-webkit-box-shadow: 0px 0px 10px #f60;*/
	background:url(../images/chrome/cursor.png);
	background-repeat:no-repeat;

}
a.ui-state-active { 
/*	background: -moz-linear-gradient(top, #FC0, #F60);
	background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F60));
	background: #F00;*/
	background:url(../images/chrome/cursor.png);
	background-repeat:no-repeat;

}
