#c-content form .iPhoneCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
	
}

#c-content form .iPhoneCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#c-content form  .iPhoneCheckContainer label {
	white-space: nowrap;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	width: auto;
	top: 0;
	padding-top: 5px;
	overflow: hidden;
	background: none;
}

#c-content form  .iPhoneCheckContainer, #c-content form .iPhoneCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#c-content form .iPhoneCheckDisabled {
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

#c-content form label.iPhoneCheckLabelOn {
	color: white;
    background: transparent;
    background: #4c4c4c url('../design/iphone-style-checkboxes/on_009999.png?1282083753') no-repeat;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding-top: 5px;
}

#c-content form label.iPhoneCheckLabelOn span {
	padding-left: 8px;
}

#c-content form label.iPhoneCheckLabelOff {
	color: #8b8b8b;
    background: transparent;
	background: #4c4c4c url('../design/iphone-style-checkboxes/off.png?1282083753') no-repeat right 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
}

#c-content form label.iPhoneCheckLabelOff span {
	padding-right: 8px;
}

#c-content form .iPhoneCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('../design/iphone-style-checkboxes/slider_left.png?1282083753') no-repeat;
	padding-left: 3px;
}

#c-content form .iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('../design/iphone-style-checkboxes/slider_right.png?1282083753') no-repeat right 0;
}

#c-content form .iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('../design/iphone-style-checkboxes/slider_center.png?1282083753');
}