a.button0001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff !important;
	padding: 10px 20px;
	display: inline-block;
	background: -moz-linear-gradient(
		top,
		#66c2f7 0%,
		#0d6394);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#66c2f7),
		to(#0d6394));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #2896d5;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.9);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.9);

	text-decoration: none;
	margin-right: 10px;
}
a.button0001:hover {
	text-decoration: none;
	color: white;
}
