div.checker {
	height: 18px;
	width: 18px;
	overflow: hidden;
	background: #000 url(images/prettyCheckboxes/checkbox.gif) no-repeat left -2px;
	float: left;
	display: inline;
	margin-right: 5px;
	position: relative;
}

div.checker.focus {
	border-color: #999;
}

div.checker.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

div.checker span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	line-height:18px;
		text-align:left;
}

div.checker span.checked {
	background:#000 url(images/prettyCheckboxes/checkbox.gif) no-repeat left -44px;
}

div.checker span input {
	position: absolute;
	opacity: 0;
}

/* Radio box */

div.radio {
	height: 18px;
	width: 18px;
	overflow: hidden;
	background: #000 url(images/prettyCheckboxes/radio.gif) repeat-x left -2px;
	float: left;
	display: inline;
	margin-right: 5px;
	position: relative; 
}

div.radio.focus {
	border-color: #999;
}

div.radio.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
		
}

div.radio span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	line-height:18px;
	text-align:left;
}

div.radio span.checked {
	background:#000 url(images/prettyCheckboxes/radio.gif) no-repeat left -44px;
}

div.radio span input {
	position: absolute;
	opacity: 0;
}
