/***********************************************/
.fs9{
	font-size: 9px;
}

.fs9:hover{
	font-size: 9px;
}

.fwb{
	font-weight: bold;
}

.tac{
	text-align: center;
}

.curp{
	cursor: pointer;
}

.hidden{
	visibility: hidden;
}

/***********************************************/
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

a{
	cursor: pointer;
}


.flower{
	background: url(images/flower_main.png) top left no-repeat;
	*background: url(images/flower_main_ie.png) top left no-repeat;
	height: 160px;
	width: 160px;
}

.flower_text{
  text-align:center; 
}

.flower_text a{
  color:#fff;
  font-size: 10px;
  text-decoration: none;
}

.flower_text a:hover{
  color:#fff;
  font-size: 10px;
  text-decoration: underline;
}

.pointer{
	cursor: pointer;
	
}

#sharemenu{
	background: #AE2C00;
	border: 2px solid #fff;
	height: 100px;
	width: 100px
}

