.btn-default {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 10px 0 10px;
	color: #FFF;
	background: rgba(102,0,51,1);
}
a.btn-default {
	text-decoration: none;
	color: #FFF;
	}

a:hover.btn-default {
	color: #FFF;
	background: rgba(102,0,51,0.7);
}
a.underline {
	text-decoration: none !important;
}
.base-radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}


.btn-default2 {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 10px 0 10px;
	color: #FFF;
	background: rgba(70,130,180,1);
}
a.btn-default2 {
	text-decoration: none;
	color: #FFF;
	}

a:hover.btn-default2 {
	color: #FFF;
	background: rgba(70,130,180,0.7);
}
a.underline {
	text-decoration: none !important;
}
.base-radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}