.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding:0;
    margin:0;

}
/*parche especial para GO Rentals*/
.prettyradio{
 float:left;
}
.prettycheckbox{
	float:left;
	width:24px;
}

/*fin parche*/

.prettycheckbox a,
.prettyradio a{
    width: 24px;
    height: 24px;
    background: url(../resources/prettyCheckable_azul.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
    margin:0;
}


.prettyradio a {background-position: 0 -120px;}

.prettycheckbox a:focus,
.prettyradio a:focus {outline: 0 none;}

.prettycheckbox a:focus{background-position: 0 -30px;}
.prettyradio a:focus{background-position: 0 -150px;}

.prettycheckbox a.checked{ background-position: 0 -60px; }
.prettyradio a.checked { background-position: 0 -180px; }

.prettycheckbox a.checked:focus{ background-position: 0 -90px; }
.prettyradio a.checked:focus { background-position: 0 -210px; }

.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 6px 0px 6px 0px;
  cursor: pointer;
}