/* THIS IS WHERE YOU'LL SET THE COLOR/SIZE/FONT OF YOUR BUTTONS SINCE THE BUTTON WILL INHERIT THE STYLE OF THE POST TEXT, IT'S IMPORTANT YOU NORMALIZE ALL THE ELEMENTS AND KEEP THE !IMPORTANT TAGS IN THERE */

a.disclaimer-button {
	font-family:arial,helvetica !important; 
	font-weight: normal !important; 
	font-size:8pt !important; 
	font-style:normal;
	background:#c4c4c4 !important;
	color:#FFF !important; 
	padding: 2px 7px !important;
	text-transform: uppercase !important;
	text-align: center; 
	text-decoration: none !important; 
	-moz-border-radius: .5em; 
	-webkit-border-radius:.5em; 
	border-radius: .5em; 

}

/* HOVER BACKGROUND AND FONT COLOR */
a.disclaimer-button:hover {
	background:#a60c0c !important; 
	color:#fff !important;
}
