#tag_list {
  width:677px;
  position:absolute ;
  z-index:90;  
  height:31px;
}
.tag_selected {
  background : #ffffff;
  z-index: 99;  
	float:left;	
	width:25%;	
	height:33px;
}
.tag {
  background : #transparent;
  z-index: 99;  
	width:25%;
	float:left;
	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;
}
.tag_none_c:hover {
  background : url(/babypeer/images/tag_bg.gif);
  background-repeat: repeat-x;

}
