/* IE6,7,8 */
@media \0screen\,screen\9 {
	.title_area input { width: 50%;}
	
	.checkbox-wrapper-2 input[type=checkbox]::-ms-expand {
		display: none;
		cursor: default;
	}
}

/* IE9,10 */
@media screen and (min-width:0\0){
	.title_area input { width: 50%;}	

	.checkbox-wrapper-2 input[type=checkbox]::-ms-expand {
		display: none;
		cursor: default;
	}
} 

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.title_area input { width: 50%;}

	.checkbox-wrapper-2 input[type=checkbox]::-ms-expand {
		display: none;
		cursor: default;
	}	
}