@import "iescontrols_s.css";

input[type=checkbox] 
{
	display: none;
	opacity: 1;
	width: 25px;
	cursor: none;
}

input[type=checkbox] + label span
{
	display:inline-block;
	background: url("../../data/images/buttons/cbunchecked.png");
	height: 25px;
	width: 25px;
	margin: 0px 0px -12px -25px;
	color: yellow;
	
}

input[type=radio] 
{
	display: none;
	opacity: 1;
	width: 25px;
	cursor: none;
}

input[type=radio] + label span
{
	display:inline-block;
	background: url("../../data/images/buttons/rbunchecked.png");
	height: 25px;
	width: 25px;
	margin: 0px 0px -12px -28px;
	color: yellow;
	
}





