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

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