@charset "utf-8";
/* CSS Document */

a.btn_fds{
	display: block;
	height:60px; width:190px; border-radius:5px; float:left; margin-bottom:15px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cad00+2,00510d+100 */
background: #3cad00; /* Old browsers */
background: -moz-linear-gradient(top, #3cad00 2%, #00510d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3cad00 2%,#00510d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3cad00 2%,#00510d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cad00', endColorstr='#00510d',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
}

a.btn_fds:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80bc00+2,009616+100 */
background: #80bc00; /* Old browsers */
background: -moz-linear-gradient(top, #80bc00 2%, #009616 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #80bc00 2%,#009616 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #80bc00 2%,#009616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bc00', endColorstr='#009616',GradientType=0 ); /* IE6-9 */
}

a.btn_fds_b{
	display: block;
	height:60px; width:190px; border-radius:5px; float:left; margin-bottom:15px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4b300+0,e56b00+100 */
background: #f4b300; /* Old browsers */
background: -moz-linear-gradient(top,  #f4b300 0%, #e56b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4b300 0%,#e56b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4b300 0%,#e56b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b300', endColorstr='#e56b00',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
}

a.btn_fds_b:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcde00+0,f9b300+100 */
background: #fcde00; /* Old browsers */
background: -moz-linear-gradient(top,  #fcde00 0%, #f9b300 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcde00 0%,#f9b300 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcde00 0%,#f9b300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcde00', endColorstr='#f9b300',GradientType=0 ); /* IE6-9 */

}

a.btnReturn{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3cad00+2,00510d+100 */
background: #3cad00; /* Old browsers */
background: -moz-linear-gradient(top, #3cad00 2%, #00510d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3cad00 2%,#00510d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3cad00 2%,#00510d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cad00', endColorstr='#00510d',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
}

a.btnReturn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80bc00+2,009616+100 */
background: #80bc00; /* Old browsers */
background: -moz-linear-gradient(top, #80bc00 2%, #009616 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #80bc00 2%,#009616 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #80bc00 2%,#009616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bc00', endColorstr='#009616',GradientType=0 ); /* IE6-9 */
}

a.btnReturn span{ position: relative; top: 2px; font-size: 1.2em;
	
}
