.switch-button-label {
	font-size: 10pt; float: left; cursor: pointer;
}
.switch-button-label.off {
	color: rgb(173, 173, 173);
}
.switch-button-label.on {
	color: rgb(0, 136, 204);
}
.switch-button-background {
	background: rgb(204, 204, 204); margin: 1px 10px; border-radius: 4px; border: 1px solid rgb(170, 170, 170); border-image: none; float: left; position: relative; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.switch-button-button {
	background: rgb(250, 250, 250); border-radius: 4px; border: 1px solid rgb(170, 170, 170); border-image: none; left: -1px; top: -1px; position: absolute; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
