 span.checkbox {
    width: 19px;
    height: 22px;
     padding: 0 5px 0 0;
     background: url(JS_checkbox.png) no-repeat;
    display: block;
    clear: left;
     float: left;
	 margin-left:28px;
	 margin-top:0px;
   }
  
 span.select {
   position: absolute;
   width: 61px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 18px;
   color: #000;
   background: url(JS_select.gif) no-repeat;
   overflow: hidden;
   font-size:11px;
   font-weight:normal;
    text-align:left;
   padding-left:8px;
   padding-top:1px;
 }