span.checkbox {
  width: 19px;
  height: 20px;
  padding: 0 5px 0 0;
  background: url(../img/checkbox_long.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../img/radio.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.select {
  position: absolute;
  width: 59px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 31px;
  padding: 9px 24px 0 9px;
  font: 12px/21px arial,sans-serif;
  background: url(../img/dropdown.png) no-repeat;
  overflow: hidden;
  margin-top: 0;
}
select.styled {
    border: none;
	height: 36px;
	margin-bottom: 2px;
	position: relative;
	width: 67px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}
input.styled {
	display: none;
}

#genderSelection span.select, #interests span.select {
	background: url(../img/dropdown_big.png) no-repeat;
	width: 240px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  	padding: 9px 24px 0 9px;
}
#genderSelection select.styled, #interests select.styled {
	width: 240px;
}