@CHARSET "ISO-8859-1";
.toggle-label {
	margin-left: 2px;
	display: inline-block;
}
.toggle {
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #AAA;
	
	cursor: pointer;
}
.toggle-left {
	float: left;
	width: 25px;
	height: 18px;
	background-color: #E6E7E8;
	border-radius: 3px 0px 0px 3px;
}
.toggle-left-selected {
	background-color: #F11;
	width: 40px;
}
.toggle-right {
	float: left;
	width: 25px;
	height: 18px;
	background-color: #E6E7E8;
	border-radius: 0px 3px 3px 0px;
}
.toggle-right-selected {
	background-color: #3F3;
	width: 40px;
}
