/*
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;
  width: 178px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 19px;
  padding: 3px 0 0 8px;
  color: #000;
  background: url(images/module-find-solutions-dropdown.gif) left top no-repeat;
  overflow: hidden;
}
span.w250 {
	width: 250px;
  background: url(images/select-250.png) left top no-repeat;
}
select.w250 {
	width: 250px;
}
span.w200 {
	width: 200px;
  background: url(images/select-200.png) left top no-repeat;
}
select.w200 {
	width: 200px;
}
span.w100 {
	width: 100px;
  background: url(images/select-100.png) left top no-repeat;
}
select.w100 {
	width: 100px;
}
