.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;
	width: 220px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 28px;
	padding: 0 10px 0 10px;
	background:url(../images/dropdowntext.png) no-repeat;
	overflow: hidden;
	
	
	text-align:leftt;
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	text-decoration:none;
	font-weight:normal;
	line-height:28px;
	font-size:12px;
}
