div.checker {
	height: 24px;
	width: 24px;
	overflow: hidden;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:transparent url(../images/checkbox.gif) 3px 3px no-repeat;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
}

div.checker.focus {
	border-color: #999;
}

div.checker.focus span {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.checker span {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

div.checker span.checked {
	background:url(../images/checked.gif) 3px 3px no-repeat;
}

div.checker span input {
	position: absolute;
	opacity: 0;
	width:24px;
	height:24px;
	margin:0;
	padding:0;
}

/* Radio box */

div.radio {
	height: 25px;
	width: 25px;
	overflow: hidden;
	background:transparent url(../images/radio.gif) center center no-repeat;
	float: left;
	display: inline;
	margin-right: 0px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
}

div.radio.focus {
	border-color: #999;
}

div.radio.focus span {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-position: center center;
}

div.radio span {
	position: absolute;
	display: block;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	overflow: hidden;
}

div.radio span.checked {
	background:url(../images/radiochecked.gif) center center no-repeat;
}

div.radio span input {
	position: absolute;
	opacity: 0;
	width:19px;
	height:19px;
	margin:0;
	padding:0;
}

/* Select Box */

div.selector {
	display: inline-block;
	width: 170px;
	height: 24px;
	margin-top: 1px;
	margin-bottom:5px;
	border: solid 0px #aaa;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	background: transparent url(../images/select_input.gif) left top no-repeat;
	line-height: 24px;
	text-shadow: 0 1px 0 #fff;
	color: #464646;
}
div.selector select {
	width: 170px;
	font:12px Arial, Helvetica, sans-serif;
}

div.selector.focus {
	border-color: #aaa;
}

div.selector span {
	position: absolute;
	left: 6px;
	top: 0px;
	font-size: 12px;
	padding: 0;
	display: block;
	padding-right: 26px;
	background:url(../images/select.gif) right 1px no-repeat;
	right: 1px;
}

div.selector.focus span {
	left: 6px;
}

div.selector select {
	position: relative;
	font-size: 12px;
	padding: 0;
	line-height: 24px;
	border: 0;
	margin: 0;
	padding-right: 40px;
}
