/* Start of CMSMS style sheet 'button' */
/*
	Pure CSS Buttons.
	Learn more ~ http://www.halmatferello.com/lab/pure-css-buttons/

	Licensed under GPL and MIT.
*/

.btn, 
.btn span 
{
	background: url( 'img/botao.gif' ) no-repeat;
	height: 22px;
	line-height: 22px;
	padding: 3px 0 6px 0;
}

.btn img 
{ 
	margin-bottom: -0.4em; 
	margin-left: -1.1em; 
}

.btn, a.btn:link, a.pcb:visited {
	color: #333;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none !important;
}
/* ie 6 hack */
* html div#frame .btn {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
/* ie 7 hack */
*:first-child+html .btn {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.btn span {
	background-position: right -88px;
	padding-right: 14px;
}

a.cinza {
	background-position: left 1px;
	padding-top: 3px;
}
a.cinza span {
	background-position: right -87px;
	padding-top: 3px;
}


a.cinza:hover {
	background-position: left -21px;
}
a.cinza:hover span {
	background-position: right -109px;
}



a.cinza:active, .grey-active-button {
	background-position: left -44px;
}
a.cinza:active span, .grey-active-button span {
	background-position: right -132px;
}



body .button-disabled {
	background-position: left -300px;
	color: #bbb !important;
}
body .button-disabled span {
	background-position: right -626px;
}

/* End of 'button' */

