/*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;
	cursor:pointer
}
.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/btLeft2.jpg) left top no-repeat;
	padding-left: 11px;
}

.button a.btSecundario:hover {
	background:  url(images/btLeft2.jpg) left -22px no-repeat;
	padding-left: 11px;
	text-decoration:none
}

a.btSecundario span {
	background: url(images/btRight2.jpg) right top no-repeat;
}

a.btSecundario:hover span {
	background: url(images/btRight2.jpg) right -22px no-repeat;
}

a.btSecundario:active span {
	background: url(images/btRight2.jpg) right top no-repeat;
}

.button a.btVerde{ height:30px; text-transform:uppercase; font-size:14px;} 
.button a.btVerde span{ line-height:30px; padding-right:20px !important}


/*BOTÃO PRINCIPAL*/
.button a.btVerde {
    color: #f1f1f1;
    background:  url(../../images/site/btVerdeLeft.jpg) no-repeat;
	padding-left: 20px;
	
}


.button a.btVerde:hover {
	background: url(../../images/site/btVerdeLeft.jpg) left -30px no-repeat;
	padding-left: 20px;
	text-decoration:none
}

a.btVerde span {
	background: url(../../images/site/btVerdeRight.jpg) right top no-repeat;
}

a.btVerde:hover span {
	background: url(../../images/site/btVerdeRight.jpg) right -30px no-repeat;
}
