.probuttons a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	border-top: 1px solid #464646;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #464646;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
	border-top-color: #999999;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
} 
p.probuttons a:hover, p.probuttons a:active {
	background-color: #0066FF;
	color: #000000;
	background-repeat: no-repeat;
}

