body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background-repeat:no-repeat;
	background-image:url(checkbox.png)!important;
	background-image:url(checkbox.gif);
	display: block;
	clear: left;
	float: left;
}
.radio {
	background-image:url(radio.png)!important;
	background-image:url(radio.gif);
}
.select {
	position: absolute;
	width: 121px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
	line-height:21px;
}

.form_right .select{
	width:319px;
	background: url(select2.gif) no-repeat;
}
