.fm_button a {
	border: 1px solid #000;
	background-color: #cca70e;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	display: block;
	width: 400px;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}
.fm_button a:hover {
	color: white;
}
