﻿.botoes {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	padding: 0 6px;
	height: 21px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-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;
}
.azul, .recuperar {
	color: #FFFFFF;
	border: solid 1px #003366 !important;
	background: #074f97;
	background: -webkit-gradient(linear, left top, left bottom, from(#8FA3BC), to(#074f97));
	background: -moz-linear-gradient(top,  #8FA3BC,  #074f97);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FA3BC', endColorstr='#074f97');
	/*width: 59px;*/
}
.azul:hover, .recuperar:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#9ea6ae), to(#5b6879));
	background: -moz-linear-gradient(top,  #9ea6ae,  #5b6879);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ea6ae', endColorstr='#5b6879');
}
.azul:active, .recuperar:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7c8f), to(#8FA3BC));
	background: -moz-linear-gradient(top,  #6c7c8f,  #8FA3BC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c8f', endColorstr='#8FA3BC');}
	
	
.login {
	color: #ffffff;
	border: solid 1px #438538 !important;
	background: #8FA3BC;
	padding: 0 1px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e6b8b), to(#0b3a69));
	background: -moz-linear-gradient(top, #7ea67a, #468838);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e6b8b', endColorstr='#0b3a69');
	width: 30px;
}
.login:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#647d99), to(#2a547c));
	background: -moz-linear-gradient(top,  #647d99,  #2a547c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#647d99', endColorstr='#2a547c');
}
.login:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0b3a69), to(#4e6b8b));
	background: -moz-linear-gradient(top,  #0b3a69,  #4e6b8b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3a69', endColorstr='#4e6b8b');}

.comentar{font-size: 14px !important; height: 30px !important;}
.ok{height: 22px; margin:3px 6px; padding: 1px 0 18px; margin: 3px 6px 3px; padding /*\**/: 3px 0 17px\9; }
.salvar-interno {
	color: #ffffff;
	border: solid 1px #2c4182 !important;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e5395), to(#5d72b4));
	background: -moz-linear-gradient(top,  #3e5395,  #5d72b4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e5395', endColorstr='#5d72b4');
	text-shadow: 0 1px 1px rgba(0,0,0,.83);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.83);
}
.salvar-interno:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#34457c), to(#4c5e95));
	background: -moz-linear-gradient(top,  #34457c,  #4c5e95);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#34457c', endColorstr='#4c5e95');
}
.salvar-interno:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#4c5e95), to(#34457c));
	background: -moz-linear-gradient(top,  #4c5e95,  #34457c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5e95', endColorstr='#34457c');}



.salvar-interno{font-size: 15px !important; height: 26px !important;}