.gender_skinned {
	background: url('gender.gif') no-repeat scroll 0pt 100%;
    float: left;
    margin: 0px;
}
.gender_skinned select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
.gender_skinned .gender_select {
   position: absolute;
	text-indent: 10px;
	line-height: 23px;
	width: 132px;
    height: 23px;
	z-index: 1;
}
.gender_skinned .gender_select,
.gender_skinned select,
.gender_skinned select option {
	width: 132px;
    height: 23px;
	font-size: 12px;
	color: #727272;
}

.gender select {
  width: 132px;
  height: 23px;
  font-size: 12px;
  border: none;
}



.day_mounth_skinned {
	background: url('day_mounth.gif') no-repeat scroll 0pt 100%;
    float: left;
    margin: 0px;
}
.day_mounth_skinned select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
.day_mounth_skinned .day_mounth_select {
   position: absolute;
	text-indent: 6px;
	line-height: 23px;
	width: 52px;
    height: 23px;
	z-index: 1;
}
.day_mounth_skinned .day_mounth_select,
.day_mounth_skinned select,
.day_mounth_skinned select option {
	width: 52px;
    height: 23px;
	font-size: 12px;
	color: #727272;
}

.day_mounth select {
  width: 52px;
  height: 23px;
  font-size: 12px;
  border: none;
}



.year_skinned {
	background: url('year.gif') no-repeat scroll 0pt 100%;
    float: left;
    margin: 0px;
}
.year_skinned select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
}
.year_skinned .year_select {
   position: absolute;
	text-indent: 6px;
	line-height: 23px;
	width: 60px;
    height: 23px;
	z-index: 1;
}
.year_skinned .year_select,
.year_skinned select,
.year_skinned select option {
	width: 60px;
    height: 23px;
	font-size: 12px;
	color: #727272;
}

.year select {
  width: 60px;
  height: 23px;
  font-size: 12px;
  border: none;
}