@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: VodafoneLight;
	src: url("vodafone-light.woff") format("woff");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: 'VodafoneBold';
	src: url("vodafonergbd-webfont.woff") format("woff"), url("vodafonergbd-webfont.ttf") format("truetype");
}

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: 'VodafoneRegular';
	src: url("VodafoneRg.woff") format("woff"), url("VodafoneRg.ttf") format("truetype");
}

.fm-check label {
	background: url(../../images/checkbox_sprite_greyscale.png) no-repeat -6px -6px;
	height: 36px;
	width: 30px;
	display: inline-block;
	font-weight: 400;
	padding: 5px 0 5px 30px;
	float: left;
	display: block;
	margin: 0 !important;
}
.fm-check label.unchecked {
	background: url(../../images/checkbox_sprite_greyscale.png) no-repeat -6px -6px;
	height: 25px;
	width: 30px;
}
.fm-check label.checked {
	background: url(../../images/checkbox_sprite_greyscale.png) no-repeat -35px -6px;
	height: 25px;
	width: 30px;
}
