.checkbox, .radio {
	width: 17px;
	height: 22px;
	padding: 0 0px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url('../Images/radio.png') no-repeat;
}
.select {
	position: absolute;
	height: 22px;
	padding: 0 20px 0 8px;
	color: #333333;
	font: 12px/21px arial,sans-serif;
	background: url('../Images/dropdown_200.png') no-repeat;
	background-position:right;
	border-left:1px solid #35D6FF;
	overflow: hidden;
}
.day .select
{
    width: 12px; /* With the padding included, the width is 190 pixels: the actual width of the image. -28 */
}
.month .select
{
	width: 52px;
}
.year .select
{
	width: 32px;
}
.dd200 .select
{
    width: 172;
}

