.checkbox, .radio {
	width: 24px;
	height: 20px;
	padding: 0 6px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	color: #4b4b4b;
	font-size:1.2em;
	font-size:1.2rem;
	line-height:30px;
	position: absolute;
	width: 100%; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	min-width:66px;
	height: 30px;
	padding: 0 28px 0 10px;
	background: #e4e4e4 url(select.png) right center no-repeat;
	overflow: hidden;
	border:1px solid #e4e4e4;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.form-select select{ margin:0;}
select.styled{ min-width:65px;}
select{
	background-color: #e4e4e4;
	height:30px;
	border:none;
	margin:0;
}
select option{
	display: block;
	padding: 5px 0;
	text-indent: 10px;
}
/*
.background-color .select {
	font-size: 1.3em;
	font-size: 1.3rem;
	background: #fff url(select.png) right center no-repeat;
	border:1px solid #fff;
}
.background-color select{
	background-color: #fff;
	height:30px;
	border:none;
}*/