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

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	height: 24px;
	padding: 3px 32px 0 8px;
	color: #5e8486;
	font: 16px arial,sans-serif;
	background: url(../Image/Background/DropDownBackground.png) no-repeat;
	background-position:right;
	overflow: hidden;
	border-left: 1px solid #b4bebf;
	border-top: 1px solid #b4bebf;
	border-bottom: 1px solid #b4bebf;
	font-size: 16px;
}

