/*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/btLeft.jpg) no-repeat;
	padding-left: 11px;
}


.button a.btPrincipal:hover {
	background: url(images/btLeft.jpg) left -22px no-repeat;
	padding-left: 11px;
	text-decoration:none
}

a.btPrincipal span {
	background: url(images/btRight.jpg) right top no-repeat;
}

a.btPrincipal:hover span {
	background: url(images/btRight.jpg) right -22px no-repeat;
}

/*BOTÃƒO SECUNDÃ?RIO*/
 .button a.btSecundario {
    color: #f1f1f1;
    background:  url(images/btLeft.jpg) left top no-repeat;
    padding-left: 8px;
}

.button a.btSecundario:hover {
    background:  url(images/btLeft.jpg) left -22px no-repeat;
    padding-left: 15px;
    text-decoration:none
}

a.btSecundario span {
    background: url(images/btRight.jpg) right top no-repeat;
   
}

a.btSecundario:hover span {
    background: url(images/btRight.jpg) right -22px no-repeat;
}

a.btSecundario:active span {
    background: url(images/btRight.jpg) right top no-repeat;
}

/*BOTÃO BOLETO ****************-*/


.button a.btBoleto {
    color: #f1f1f1;
    background:  url(images/btLeft_.jpg) left top no-repeat;
    padding-left: 15px;
    padding-right : 25px;
}

.button a.btBoleto:hover {
    background:  url(images/btLeft_.jpg) left -22px no-repeat;
    padding-left: 15px;
    text-decoration:none
}

a.btBoleto span {
    background: url(images/btRight_.jpg) right top no-repeat;
   
}

a.btBoleto:hover span {
    background: url(images/btRight_.jpg) right -22px no-repeat;
}

a.btBoleto:active span {
    background: url(images/btRight_.jpg) right top no-repeat;
}

