body {
	font: 0.8em/21px arial,sans-serif;
}

.radio {
	width: 30px;
	height: 25px;
	padding: 0;
	background: url(/images/css/radio_box_bg.png) no-repeat;
	display: block;
	clear: left;
	float: left;

}

.checkbox {
	width: 30px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/images/css/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;

}
.select {
	position: absolute;
	width: 242px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 30px;
	padding: 3px 24px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(/images/css/select_box_bg.png) no-repeat;
	overflow: hidden;
	margin-top:3px;
}

