﻿.checkbox, .radio {
	width: 16px;
	height: 16px;
	padding: 0 5px 0 0;
	background: url(../images/form/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url(../images/form/radio.gif) no-repeat;
}

.select {
	position: absolute;
	width: 135px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(../images/form/select.gif) no-repeat;
	color:#5c5f61;
	overflow: hidden;
	cursor:pointer; cursor:hand;
	padding: 1px 0px 0px 3px;
}

