    span.checkbox {
		width: 19px;
		height: 25px;
		padding: 0 5px 0 0;
		background: url(i/form/checkbox.gif) no-repeat;
		float: left;
    }
   span.radio {
		width: 19px;
		height: 25px;
		padding: 0 5px 0 0;
		background: url(i/form/radio.gif) no-repeat;
		float: left;
   }
   
   span.select { 
		clear: both;
		float: left;
		height: 30px;
		padding: 5px 0 0 8px;
		color: #000;
		font: 12px/21px arial,sans-serif;
		background: url(i/form/selects.png) no-repeat;
		overflow: hidden;
		margin-bottom: 0px;
		margin-top: 5px;
    }
   
   .s133 { position: relative; }
   
   .s133 span.select {
	    background-position: 0 0;
	    width: 125px;
		position: absolute; top: 0; left: 0;
   } 
   
   .s285 span.select {
		background-position: 0 -60px;
		width: 277px; 
    
   } 
   
   .s215 span.select {
		width: 207px; 
		background-position: 0 -120px;
   } 
  
  select.styled { position: absolute; top: 15px; left: 0; clear: both; float: left; }
  .s133 select.styled { width: 133px; }
  .s285 select.styled { width: 285px; }
  .s215 select.styled { width: 215px; }
  .s133,.s285,.s215 { height: 30px; }
