#agwpbutton_fixed_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;

	cursor: pointer;
}

#agwpbutton_fixed_button .hover {
	display: none;
}


#agwpbutton_fixed_button:hover .normal{
	display: none;
}

#agwpbutton_fixed_button:hover .hover {
	display: block;
}