.button1{
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff !important;
	background-color: #dd3333;
	text-transform: uppercase;
	text-decoration: none;

	border-bottom: 1px solid #333 !important;
}
.button1:hover{
	color: #ddd !important;
}
.button2{
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #fff !important;
	background-color: #333;
	text-transform: uppercase;
	text-decoration: none;

	border-bottom: 1px solid #dd3333 !important;
}
.button2:hover{
	color: #ddd !important;
}