	span.checkbox {
	  width: 18px;
	  height: 18px;
	  padding: 0 5px 0 0;
	  background: url(/images/checkbox.png) no-repeat;
	  display: block;
	  clear: left;
	float: left;
	cursor:pointer;
	}
	span.radio {
	  width: 18px;
	  height: 18px;
	  padding: 0 18px 0 0;
	  background: url(/images/checkbox.png) no-repeat;
	  display: inline;
	   cursor:pointer;
	  /*clear: left;*/
	  /*float: left;*/
	}
	span.select {
	  position: absolute;
	  width: 133px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	  height: 20px;
	  border: 0px solid black;
	  padding-left: 10px;
	  padding-top: 1px;
	  color: #F69780;
	  font: 13px;
	  background: url(/images/select.png) no-repeat;
	  overflow: hidden;
	  cursor:pointer;
	}
	
	span.smallSelect {
	  position: absolute;
	  width: 60px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	  height: 19px;
	  border: 0px solid black;
	  padding-top: 1px;
	  padding-left: 5px;
	  margin-top: 1px;
	  color: #3aafcf;
	  font-size: 12px;
	  background: url(/images/smallSelect.png) no-repeat;
	  overflow: hidden;
	   cursor:pointer;
	}
