.checkfields input[type=checkbox] {
	visibility: hidden;
	display: none;
}
.checkfields {
	margin-top: 7px;
}
.checkfields .label {
    display: -webkit-box;
    font-size: 0.85rem;
}
/* SLIDE THREE */
.slideThree {
	width: 80px;
	height: 26px;
	background: #222;
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	position: relative;
}

.slideThree:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #fff;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
rgba(255,255,255,.15);
}

.slideThree:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #ff8000;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	background: #7F7F7F;
}

.slideThree input[type=checkbox]:checked + label {
	left: 43px;
}


div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}