#information_buttons_template.button-wrapper {
	width: 32%;
}
#information_buttons_template.button-wrapper {
  float: left;
}
#information_buttons_template.button-wrapper > * {
	position: relative;
	left:10%
}
#information_buttons_template.button-wrapper > div {
  text-align: center
}
#information_buttons_template.button-wrapper a {
	width: 288px;
	font-size: 18px;
	height: 60px;
	display: block;
	border-radius: 5px;
	line-height: 60px;
	text-align: center;
	color: white;
}
#information_buttons_template.button-wrapper a {
  background: #c1272d;
  background-image: -webkit-gradient(linear, top, bottom, from(#ff0000), to(#c1272d));
  background-image: -webkit-linear-gradient(top, #ff0000, #c1272d);
  background-image: -o-linear-gradient(top, #ff0000, #c1272d);
  background-image: -moz-linear-gradient(top, #ff0000, #c1272d);
  background: linear-gradient(to bottom, #ff0000, #c1272d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff0000', endColorstr='#ffc1272d');
}

#information_buttons_template.button-wrapper.red a:hover {
  background: #c1272d;
  background-image: -webkit-gradient(linear, bottom, top, from(#ff0000), to(#c1272d));
  background-image: -webkit-linear-gradient(bottom, #ff0000, #c1272d);
  background-image: -o-linear-gradient(bottom, #ff0000, #c1272d);
  background-image: -moz-linear-gradient(bottom, #ff0000, #c1272d);
  background: linear-gradient(to top, #ff0000, #c1272d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffc1272d', endColorstr='#ffff0000');
}
#information_buttons_template.button-wrapper.green a {
	background: #c1272d;
	background-image: -webkit-gradient(linear, top, bottom, from(#0b9b43), to(#196435));
	background-image: -webkit-linear-gradient(top, #0b9b43, #196435);
	background-image: -o-linear-gradient(top, #0b9b43, #196435);
	background-image: -moz-linear-gradient(top, #0b9b43, #196435);
	background: linear-gradient(to bottom, #0b9b43, #196435);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff0b9b43', endColorstr='#ff196435');
}
#information_buttons_template.button-wrapper.green a:hover {
	background: #c1272d;
	background-image: -webkit-gradient(linear, bottom, top, from(#0b9b43), to(#196435));
	background-image: -webkit-linear-gradient(bottom, #0b9b43, #196435);
	background-image: -o-linear-gradient(bottom, #0b9b43, #196435);
	background-image: -moz-linear-gradient(bottom, #0b9b43, #196435);
	background: linear-gradient(to top, #0b9b43, #196435);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff196435', endColorstr='#ff0b9b43');
}
#information_buttons_template.button-wrapper.blue a {
	background: #3bb1e4;
	background-image: -webkit-gradient(linear, top, bottom, from(#3bb1e4), to(#1a8bbd));
	background-image: -webkit-linear-gradient(top, #3bb1e4, #1a8bbd);
	background-image: -o-linear-gradient(top, #3bb1e4, #1a8bbd);
	background-image: -moz-linear-gradient(top, #3bb1e4, #1a8bbd);
	background: linear-gradient(to bottom, #3bb1e4, #1a8bbd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff3bb1e4', endColorstr='#ff1a8bbd');
}
#information_buttons_template.button-wrapper.blue a:hover {
	background: #3bb1e4;
	background-image: -webkit-gradient(linear, bottom, top, from(#3bb1e4), to(#1a8bbd));
	background-image: -webkit-linear-gradient(bottom, #3bb1e4, #1a8bbd);
	background-image: -o-linear-gradient(bottom, #3bb1e4, #1a8bbd);
	background-image: -moz-linear-gradient(bottom, #3bb1e4, #1a8bbd);
	background: linear-gradient(to top, #3bb1e4, #1a8bbd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff1a8bbd', endColorstr='#ff3bb1e4');
}
