div.selector {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.selector span {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.checker span {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.radio span {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.uploader {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.uploader span.action {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.button {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
div.button span {
	background-image: url("../images/select.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased;
}
.selector {
	margin: 0px; padding: 0px;
}
.radio {
	margin: 0px; padding: 0px;
}
.checker {
	margin: 0px; padding: 0px;
}
.uploader {
	margin: 0px; padding: 0px;
}
.button {
	margin: 0px; padding: 0px;
}
.selector * {
	margin: 0px; padding: 0px;
}
.radio * {
	margin: 0px; padding: 0px;
}
.checker * {
	margin: 0px; padding: 0px;
}
.uploader * {
	margin: 0px; padding: 0px;
}
.button * {
	margin: 0px; padding: 0px;
}
.selector {
	vertical-align: middle; display: inline; zoom: 1;
}
.checker {
	vertical-align: middle; display: inline; zoom: 1;
}
.button {
	vertical-align: middle; display: inline; zoom: 1;
}
.radio {
	vertical-align: middle; display: inline; zoom: 1;
}
.uploader {
	vertical-align: middle; display: inline; zoom: 1;
}
.selector select:focus {
	outline: 0px;
}
.radio input:focus {
	outline: 0px;
}
.checker input:focus {
	outline: 0px;
}
.uploader input:focus {
	outline: 0px;
}
div.checker {
	position: relative;
}
div.checker span {
	text-align: center; display: inline-block;
}
div.checker input {
	display: inline-block; filter: alpha(opacity:0); opacity: 0;
}
div.checker {
	margin-right: 5px;
}
div.checker {
	width: 20px; height: 20px; float: left;
}
div.checker input {
	width: 20px; height: 20px;
}
div.checker span {
	background: url("../images/ckbox-white.png") no-repeat 0px 0px; width: 17px; height: 17px;
}
div.checker span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.checker:active span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.active.checker span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.focus.checker span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.checker:hover span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.focus.checker:active span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.checker:hover:active span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.active.checker:hover span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.focus.active.checker span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.disabled.checker span {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.disabled.checker:active span {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.active.disabled.checker span {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.disabled.checker span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.disabled.checker:active span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
div.active.disabled.checker span.checked {
	background: url("../images/ckbox-white.png") no-repeat 0px -22px;
}
