/*COFIGURAÇÃO GERAL BOTÃO*/
.button a {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	font-weight:bold;
	text-decoration: none;
    float: left;
    overflow: hidden;
	margin-left:4px
}
.button a span {
		display: block;
        white-space: nowrap;
		padding-right:11px;
        line-height: 22px;		
	}
	

/*BOTÃO PRINCIPAL*/
.button a.btPrincipal {
    color: #f1f1f1;
    background:  url(../../images/site/btLeft.jpg) no-repeat;
	padding-left: 11px;
}


.button a.btPrincipal:hover {
	background: url(../../images/site/btLeft.jpg) left -22px no-repeat;
	padding-left: 11px;
	text-decoration:none
}

a.btPrincipal span {
	background: url(../../images/site/btRight.jpg) right top no-repeat;
}

a.btPrincipal:hover span {
	background: url(../../images/site/btRight.jpg) right -22px no-repeat;
}

/*BOTÃO SECUNDÁRIO*/

.button a.btSecundario {
    color: #f1f1f1;
    background:  url(../../images/site/btLeft2.jpg) left top no-repeat;
	padding-left: 11px;
}

.button a.btSecundario:hover {
	background:  url(../../images/site/btLeft2.jpg) left -22px no-repeat;
	padding-left: 11px;
	text-decoration:none
}

a.btSecundario span {
	background: url(../../images/site/btRight2.jpg) right top no-repeat;
}

a.btSecundario:hover span {
	background: url(../../images/site/btRight2.jpg) right -22px no-repeat;
}

a.btSecundario:active span {
	background: url(../../images/site/btRight2.jpg) right top no-repeat;
}

/* Mudei aqui (BRUNO) para testar com o Tiago o sistema de repositor de Versão */
