span.checkbox {
   width: 19px;
    height: 25px;
   padding: 0 5px 0 0;
   background: url(checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
span.radio {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
  background: url(radio.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
span.select {
  position: absolute;
	left:220px;
	top:0px;
	width: 351px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 32px;
   line-height: 32px;
   padding: 0 24px 0 5px;
	 margin: 5px 0px;
	color: #47758F;;
  	font-family: 'Lucida sans unicode',trebuchet ms, sans-serif;
	font-size: 13px;
   background: transparent url(images/select_bg.png) no-repeat;
    overflow: hidden;
 }
