/* SlideLock Styles */
form.hform  label { width: 200px; }
p.quiet { padding-left: 50px; width: 350px; }
span.quiet { font-size: 0.7em; }
#locked { font-weight: bold; color: #fff;}
#unlocked { margin-left: 45px;color:#c2c2c2;}
p.quiet img { margin: 0 0 0 40px; }	

.ui-slider { 
	position: relative; 
	text-align: left; 
	display: block; 
	margin: 10px 0 10px 170px; 
	width: 155px; 
}
.ui-slider-handle { 
	position: absolute; 
	z-index: 2; 
	width: 16px; 
	height: 16px; 
	cursor: pointer; 
	background: #333; 
	top: -4px; 
	margin-left: -8px; 
	border: 1px solid #fff; 
}
.ui-slider-horizontal { 
	height: 10px; 
	background: #ddd; 
	border: 1px solid #ccc; 
}
.ui-slider-handle:hover, .ui-state-hover, .ui-state-focus, .ui-state-active { background: #aaa; }


/* CSS3 ---------------------------------------------------- */
.ui-slider-handle { 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(top, #fff, #0818FF);
	background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#930));
}
.ui-slider-horizontal { 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(left, #fff, #ddd);
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ddd));
}
a.ui-state-hover, a.ui-state-focus { 
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #f60;
}
a.ui-state-active { 
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
}
/*-----------*/
/*arreglos especificos para este formulario*/
/*boton enviar a la derecha*/
.boton_enviar{
margin-left:80%;
width:80px;
}
input{
margin-bottom:10px;
width:250px;}