input[name=bt_download_pdf], input[name=bt_bulletin] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 5px 30px;
	cursor:pointer;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#c7d95f 50%,
		#add136 50%,
		#6d8000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #c7d95f),
		color-stop(0.50, #add136),
		to(#6d8000));
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	border: 2px solid #6d8000;
	-moz-box-shadow:
		0px 1px 3px rgba(020,004,020,0.5),
		inset 0px 0px 2px rgba(000,000,000,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(020,004,020,0.5),
		inset 0px 0px 2px rgba(000,000,000,1);
	box-shadow:
		0px 1px 3px rgba(020,004,020,0.5),
		inset 0px 0px 2px rgba(000,000,000,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}