.checkbox, .radio {
	width: 18px;
	height: 18px;
	padding: 0  0 0 5px;
	background: url(../images/checkbox.jpg) no-repeat;
	display: block;
	clear: right;
	float: right;
	margin-left:5px;
	margin-top:3px;
}
.radio {
	background: url(../images/radiobox.jpg) no-repeat;
}
.select {
	position: absolute;
	width: 120px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	padding: 0 24px 0 8px;
	background: url("../images/select_box.png") 0 5px no-repeat;
	overflow: hidden;
	border:1px solid #DAE0E4;
	padding:5px;
	line-height:20px;
	border-radius:5px;
	margin:8px;
}
