#tag_list {
  width:670px;
  position:absolute ;
  z-index:90;  
  height:31px;
}
.tag_selected {
  background :#ffffff;
  z-index: 99;  
	float:left;	
	width:33.3%;
	height:33px;
}
.tag {
  background :transparent;
  z-index: 100;
	float:left;
	width:33.3%;
	height:31px;
}
.tag:hover {
  background : url(/babypeer/images/tag_ok_bg.gif);
  background-repeat: repeat-x;
  height:33px;
  z-index: 99;  		
}
.tag_ok_c{
  background : url(/babypeer/images/tag_ok_bg.gif);
  background-repeat: repeat-x;
  text-align:center;
  z-index :100;
}
.tag_none_c {
  background : url(/babypeer/images/tag_none_bg.gif);
  background-repeat: repeat-x;
  text-align:center;
  z-index:100;
}
.tag_none_c:hover {
  background : url(/babypeer/images/tag_bg.gif);
  background-repeat: repeat-x;
  z-index:100;
}
