.checkbox, .radio {
	width: 52px;
	height: 52px;
	display: inline-block;
	position:relative;
}
.select {
	position: absolute;
	width: 269px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 33px;
	padding: 9px 25px 0 12px;
	color: #5a5a5a;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}