

div#header #logo {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.dot {
	width:17px;
	height:17px;
	
	/*background-color:#555;
	-webkit-box-shadow: inset 1px 1px 2px rgba(40,40,40,0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(40,40,40,0.4);
	box-shadow: inset 1px 1px 2px rgba(40,40,40,0.4);
  behavior: url('/PIE.htc') !important;*/
}
.green {
	background-image: url(/assets/green_dot-1d53c4bb310a7ca5130f0ba4b2eb6d793a5e754db098e02b64f664b7bd83616d.png) !important;
}
.white {
	background-image: url(/assets/white_dot-83c7e29ac40f86934145e59575cc1166d30835c72ffca8a4cd7769bca05f15f2.png) !important
}

div:not(#foo) input[type='checkbox']:checked + label,
div:not(#foo) input[type='radio']:checked + label {
background-image: url(/assets/green_dot-1d53c4bb310a7ca5130f0ba4b2eb6d793a5e754db098e02b64f664b7bd83616d.png) !important;
	
}

.ez-checked {
  background: transparent url(/assets/green_dot-1d53c4bb310a7ca5130f0ba4b2eb6d793a5e754db098e02b64f664b7bd83616d.png) 0 1px no-repeat;
 }
.ez-selected {
	background: transparent url(/assets/green_dot-1d53c4bb310a7ca5130f0ba4b2eb6d793a5e754db098e02b64f664b7bd83616d.png) 0 1px no-repeat;
}




