.campos input.retorno {
		background: transparent;
		border: 0;
		color: #49432c;
		padding: 2px 0 0 0;
		width: 200px;
               
	}

/* Slider */
.ui-widget {
		
            background: url(http://www.iguatemar.com.br/images/horizontal.png) no-repeat }
            margin:0 0 0px;
            height:30px; 
             width:200px;
             border:none;
}
 .ui-slider, .ui-slider .ui-slider-handle {
	border: 0;
        -moz-border-radius: 0; -webkit-border-radius: 0;
         border:none;
}
.ui-slider {
	height: 30px;
	margin-bottom: 20px;
        -moz-border-radius: 0; -webkit-border-radius: 0;
        border:none;
}
.horizontal .ui-slider {
	margin-right: 0px;
	width: 200px;
          border:none;
}
.ui-slider .ui-slider-handle {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: url(http://www.iguatemar.com.br/images/button-horizontal.png) no-repeat ;
	cursor: pointer;
	width: 30px;
            height:30px;
           border:none;
}
.ui-slider-horizontal .ui-slider-range {
	background: #0a552c; border:none;
}  

.ui-slider { border:none; -moz-border-radius: 0; -webkit-border-radius: 0;width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle-active { border:none; -moz-border-radius: 0; -webkit-border-radius: 0; }
.ui-slider-disabled .ui-slider-handle { border:none; -moz-border-radius: 0; -webkit-border-radius: 0; opacity: 0.4; filter: alpha(opacity=40); }
.ui-slider-range { border:none; position: absolute;  opacity: 0.6; filter: alpha(opacity=60); width: 100%; height: 100%; -moz-border-radius: 0; -webkit-border-radius: 0;}


