a.toggle-switch.on,
a.toggle-switch{
	display:block;
	width:210px;
	height:30px;
	background:url(../images/toggle-switch-en.png) no-repeat left -31px;
	outline:none;
}
a.toggle-switch.off{
	background-position:left -62px;
}

a.toggle-switch.en{
	background-image:url(../images/toggle-switch-en.png);
}

a.toggle-switch.small.on,
a.toggle-switch.small{
	width:46px;
	height:16px;
	background-position:left -110px;
}
a.toggle-switch.small.off{
	background-position:left -127px;
}
#markCompleteDiv { float:right;padding:10px }