/* ver 5 16.10.14 16:29 */

/*p {
    font: 1.1em Arial, sans-serif;
    color:#333;
    margin-bottom:1em;   
}
/* Switch Styles */
.toggle {
    background:url("images/checkbox.png") 0 -13px;
    display:block;
    width:13px;
    height:13px;
}
.toggle.checked {
    background-position: left top;
}
.toggle.disabled {
	background-position: 0 -39px;
}
.toggle.disabled.checked {
	background-position: 0 -26px;
}
.toggleR {
    background:url("images/radio.png") bottom left;
    display:block;
    width:18px;
    height:19px;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}
.toggleR.checked {
    background-position: left top;
}