.botao {
	display: block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	border-radius: 4px;
	behavior: url(PIE.htc);
	position: relative;
	cursor: pointer;
}

.botao-auto{
	width: auto !important;
	padding-left: 10px;
	padding-right: 10px;
}

.botao-inline {
	display: inline-block;
	margin: 0 3px !important;
}

/* ========== TAMANHOS ========== */

.botao-pequeno {
	width: 60px;
	height: 20px;
	line-height: 20px;
}

.botao-grande {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

/* ========== FIM TAMANHOS ========== */


/* ========== TIPOS ========== */

.botao-editar {
	background-color: #70AFC4;
	border: 1px solid #5EA5BD;
}

.botao-editar:hover {
	background-color: #5EA5BD;
}

.botao-cadastrar {
	background-color: #A8BC7B;
	border: 1px solid #96AE60;
}

.botao-cadastrar:hover {
	background-color: #96AE60;
}

.botao-excluir {
	background-color: #D9534F;
	border: 1px solid #D2322D;
}

.botao-excluir:hover {
	background-color: #D2322D;
}

.botao-acao {
	width: 26px;
	height: 26px;
	border-radius: 0;
	margin: 0 !important;
	border-radius: 50%;
}


.area-acao .botao-excluir {
	margin-right: -35px !important;
	margin-left: 11px !important;
}

.acao-editar {
	background-image: url('../img/icone-editar.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.acao-observacao {
	background-image: url('../img/balao.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.acao-visualizar {
	background-image: url('../img/icone-lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.acao-download {
	background-image: url('../img/icone-download.png');
	background-position: center 4px;
	background-repeat: no-repeat;
}

.acao-excluir {
	background-image: url('../img/icone-excluir.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.icone-capa, .icone-capa-interno {
	background-image: url('../img/icone-marcado.png');
	background-position: center center;
	background-repeat: no-repeat;
}

input[type="submit"] {
	height: 37px !important;
}

/* ========== FIM TIPOS ========== */