
[class*="animbox_"] {
	margin: 15px 10px;
	/*padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(86,61,124,.15);
	box-shadow: inset 0px 0px 0px 1px rgba(86,61,124,.2);*/
}

.animbox_wrapper {
	padding: 0;
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
}

.animbox_title {
	text-transform: uppercase;
	height: 20px;
}
.animbox_text {
}
.animbox_btn {
	height: 40px;
	line-height: 40px;
	width: 60%;
	/*margin-left: 20%;*/
	cursor: pointer;
	color: white;
	background-color: #ed7203;
	text-decoration: none;
}
.animbox_btn:hover {
	background-color: #cf6200;
	color: white;
	text-decoration: none;
}
.animbox_btn:visited {
	color: white;
}
.animbox_btn:focus {
	color: white;
}

