﻿.botoes {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	padding: 2px 6px;
	height: 21px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.botoes:hover {
	text-decoration: none;
}
.botoes:active {
	position: relative;
	top: 1px;
}
.verde {
	color: #ffffff;
	border: solid 1px #1f3c37 !important;
	background: #8FA3BC;
	padding: 0 0 2px 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#769993), to(#486560));
	background: -moz-linear-gradient(top,  #769993,  #486560);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#769993', endColorstr='#486560');
	width: 59px;
}
.verde:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#5b7571), to(#3a504c));
	background: -moz-linear-gradient(top,  #5b7571,  #3a504c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b7571', endColorstr='#3a504c');
}
.verde:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#3a504c), to(#5b7571));
	background: -moz-linear-gradient(top,  #3a504c,  #5b7571);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a504c', endColorstr='#5b7571');}
	
