
.checkbox, .radio {
	width: 18px;
	height: 18px;
	padding: 0 5px 0 0;
	background: url(/assets/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.checkbox {
	padding: 0 0 0 10px;
}

.radio {
	background: url(/assets/radio.png) no-repeat;
}

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

select {
	color:#000;
}

#regfrm-table td, #regfrm-table th{
	padding: 0 0 3px 0;
}

#regfrm-table th{
	padding: 0 6px 3px 0;
	color: #00ADEE;
}


