body {
	font: 0.8em/21px arial,sans-serif;
}
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../template_images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../template_images/radio2.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 262px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
 	margin: 2px 0px 2px 0px;
  	overflow: auto;
	padding:0px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9aa2a5;
	font-size:11px;
	background: url(../template_images/select.gif) no-repeat;
	overflow: hidden;
	line-height: 18px;
}
span.select1 {
	position: absolute;
	width: 144px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
 	margin: 2px 0px 2px 15px;
  	overflow: auto;
	padding:1px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	background: url(../template_images/storelocator_select.gif) no-repeat;
	overflow: hidden;
	line-height: 18px;
}