.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url(radio.png) no-repeat;
}

.select {
	position: absolute;
	width: 115px;
	height: 30px;
	font-family: "Muli", sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px 0;
	background: url('../images/select.png') no-repeat;
	overflow: hidden;
	margin: 10px 10px 0 0;
}
