.checkbox, .radio {
	width: 19px;
	height: 20px;
	margin-top:6px;
	padding-left:4px;
	background: url(http://www.domyjeans.fr/images_fr/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(http://www.domyjeans.fr/images_fr/radio.gif) no-repeat;
}
.select {
	position: absolute;
	height: 20px;
	padding: 0 24px 0 24px;
	color: #16437c;
	font: 11px/21px arial,sans-serif;
	background:url(http://www.domyjeans.fr/images_fr/select.gif) no-repeat;
	overflow: hidden;
}
