Your IP : 216.73.216.240
/* Toggle */
/*.checkbox {height: 23px;}
.chain-enabled {height: 50px;}
.checkbox span {display: none;}
.rok-iphone-container {width: 73px;height: 23px;margin: 0;padding: 0;position: relative;}
.rok-iphone-sides {width: 73px;height: 23px;margin: 0;padding: 0;position: relative;background: url(toggle/images/toggle.png) 0 -81px no-repeat;}
.rok-iphone-wrapper {overflow: hidden;margin: 0;padding: 0;width: 68px;height: 23px;position: relative;top: 0;left: 3px;}
.rok-iphone-switch {background: url(toggle/images/toggle.png) 0 0 no-repeat;position: relative;top: 0;left: -55px;width: 118px;height: 23px;}
.rok-iphone-button {cursor: move;width: 23px;height: 23px;top: 0;position: absolute;}
.rok-iphone-container.disabled .rok-iphone-sides, .rok-iphone-container.disabled .rok-iphone-switch {background-image: url(toggle/images/toggle-disabled.png);}
.rok-iphone-container.disabled .rok-iphone-button {cursor: default;}*/
.panel .wrapper {
position: relative;
float:left;
}
.chain-label{
text-align: center;
}
.toggle-container {
height:23px;
margin:0;
padding:0;
position:relative;
width:73px;
overflow:hidden;
}
.toggle-sides {
background:url(../images/toggle.png) no-repeat scroll 0 -81px transparent;
height:23px;
margin:0;
padding:0;
position:relative;
width:73px;
}
.toggle-wrapper {
height:23px;
left:3px;
margin:0;
overflow:hidden;
padding:0;
position:relative;
top:0;
width:68px;
}
.toggle-switch {
background:url(../images/toggle.png) no-repeat scroll 0 0 transparent;
height:23px;
position:relative;
top:0;
width:118px;
}
.toggle-button {
cursor:move;
height:23px;
position:absolute;
top:0;
width:23px;
}
.toggle-input {position: absolute; left: -300000px;top:0;}
.toggle-checked, .toggle-checked .toggle-sides {
background-position:0 -46px;
}
.toggle-unchecked, .toggle-unchecked .toggle-sides {
background-position:0 -69px;
}
.toggle-checked .toggle-switch { left: 0; }
.toggle-unchecked .toggle-switch { left: -50px; }
.toggle-checked .toggle-button { left: 50px; }
.toggle-unchecked .toggle-button { left: 0; }
.toggle-container.disabled .toggle-sides, .toggle-container.disabled .toggle-switch {background-image: url(../images/toggle-disabled.png);}
.toggle-container.disabled .toggle-button {cursor: default;}