#fixed_widget_button {
	position: fixed;
	z-index: 20000;
	right: 25px;
	bottom: 0;
	
	line-height: 48px;
	height: 50px;
	
	box-shadow: 0px 2px 10px -2px black;
}

#fixed_widget_button:hover {
	color: white;
	background-color: #a72f2f;
	border-color: #a72f2f;
}