a.icone_lupa {
	text-indent: -5000px;
	display: inline-block;
	width: 25px;
	height: 23px;
	background: transparent url(img/lupa25x23.png) no-repeat 0 0;
	float: left;
}
a.icone_lupa:hover {
	background-position: 0 +1px;
}

a.icone_imprimir {
	text-indent: -5000px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent url(img/icone-impressora.gif) no-repeat 0 0;
	float: left;
}
a.icone_imprimir:hover {
	background-position: 0 +1px;
}

a.botao_imprimir {
	text-indent: -5000px;
	display: inline-block;
	width: 108px;
	height: 35px;
	background: transparent url(img/botao_imprimir.jpg) no-repeat 0 0;
	float: right;
}

a.botao_aumentar_fonte {
	text-indent: -5000px;
	display: inline-block;
	width: 35px;
	height: 35px;
	padding-right: 5px;
	background: transparent url(img/aumentar_fonte.png) no-repeat 0 0;
	float: right;
}

a.botao_diminuir_fonte {
	text-indent: -5000px;
	display: inline-block;
	width: 35px;
	height: 35px;
	padding-right: 5px;
	background: transparent url(img/diminuir_fonte.png) no-repeat 0 0;
	float: right;
}



a.botao_imprimir:hover {
	background-position: 0 +1px;
}

a.usuario_lance_enviado {
	text-indent: -5000px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(img/usuario_ativo.png) no-repeat 0 0;
	float: left;
}
a.usuario_lance_enviado:hover {
	background-position: 0 +1px;
}

a.carta_icone {
	text-indent: -5000px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(img/carta_icone.png) no-repeat 0 0;
	float: left;
}
a.carta_icone:hover {
	background-position: 0 +1px;
}
a.usuario_lance_pendente {
	text-indent: -5000px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(img/usuario_pendente.png) no-repeat 0 0;
	float: left;
}
a.usuario_lance_pendente:hover {
	background-position: 0 +1px;
}
a.usuario_lance_congelado {
	text-indent: -5000px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(img/usuario_congelado.png) no-repeat 0 0;
	float: left;
}
a.usuario_lance_congelado:hover {
	background-position: 0 +1px;
}

a.usuario_ativo {
	text-indent: -5000px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(img/usuario_ativo.png) no-repeat 0 0;
	float: left;
}
a.usuario_ativo:hover {
	background-position: 0 +1px;
}
a.usuario_inativo {
	text-indent: -5000px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(img/usuario_inativo.png) no-repeat 0 0;
	float: left;
}
a.usuario_inativo:hover {
	background-position: 0 +1px;
}

a.editar {
	text-indent: -5000px;
	display: inline-block;
	width: 22px;
	height: 21px;
	background: transparent url(img/editar.png) no-repeat 0 0;
	float: left;
}
a.editar:hover {
	background-position: 0 +1px;
}

.buttonAzul {
	
/* 	letter-spacing: 1.3px; */
	text-decoration: none;
/* 	font-weight: bolder; */
	line-height: 13px;
	height: 14px;
	display: inline-block;
	float: center;
	padding: 4px 4px 3px 4px;
	border-radius: 2px;
	margin: 2px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;

	background: #3AA4E3;
	color: #fff;
	border: solid 1px #3384b2;
	
	background: #5eb8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #5eb8e8 0%, #1c91c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eb8e8), color-stop(100%,#1c91c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5eb8e8 0%,#1c91c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5eb8e8 0%,#1c91c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5eb8e8 0%,#1c91c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5eb8e8 0%,#1c91c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb8e8', endColorstr='#1c91c0',GradientType=0 ); /* IE6-9 */

}

.buttonAzul:hover {

	text-decoration: none;
	cursor: pointer;
	
	border-color: #3384b2;
	color: #fff;

	background: #3da9e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #3da9e3 0%, #1980a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3da9e3), color-stop(100%,#1980a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3da9e3 0%,#1980a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3da9e3 0%,#1980a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3da9e3 0%,#1980a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3da9e3 0%,#1980a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da9e3', endColorstr='#1980a9',GradientType=0 ); /* IE6-9 */

}
.buttonAzul:active {
	border-color: #4D90FE;
/* 	color: #4D90FE; */
	-moz-box-shadow: inset 0 0 10px #D4D4D4;
	-webkit-box-shadow: inset 0 0 10px #D4D4D4;
	box-shadow: inset 0 0 10px #D4D4D4;
}
.buttonAzul[disabled="disabled"] {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.buttonAzul[type="submit"]:disabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.button {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #fafafa));
	background:-moz-linear-gradient(top, #f5f5f5 5%, #fafafa 100%);
	background:-webkit-linear-gradient(top, #f5f5f5 5%, #fafafa 100%);
	background:-o-linear-gradient(top, #f5f5f5 5%, #fafafa 100%);
	background:-ms-linear-gradient(top, #f5f5f5 5%, #fafafa 100%);
	background:linear-gradient(to bottom, #f5f5f5 5%, #fafafa 100%);
	background-color:#f5f5f5;
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fafafa',GradientType=0);
	border:1px solid #dcdcdc;
/* 	display:inline-block; */ 
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:12px;
	line-height: 18px;
	font-weight:bold;
	padding:3px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #f5f5f5));
	background:-moz-linear-gradient(top, #fafafa 5%, #f5f5f5 100%);
	background:-webkit-linear-gradient(top, #fafafa 5%, #f5f5f5 100%);
	background:-o-linear-gradient(top, #fafafa 5%, #f5f5f5 100%);
	background:-ms-linear-gradient(top, #fafafa 5%, #f5f5f5 100%);
	background:linear-gradient(to bottom, #fafafa 5%, #f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0);
	background-color:#fafafa;
	font-size:12px;
	line-height: 18px;
/* 	padding:3px 14px; */
}
.button:active {
	position:relative;
	top:1px;
}
.button[disabled="disabled"] {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.disabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.button[type="submit"]:disabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.button_vermelho {
	
   	border-top: 1px solid #d99153;
   	box-shadow:inset 0px 0px 0px 0px;
   	background: #d64228;
   	background: -webkit-gradient(linear, left top, left bottom, from(#db451f), to(#d64228));
   	background: -webkit-linear-gradient(top, #db451f, #d64228);
   	background: -moz-linear-gradient(top, #db451f, #d64228);
   	background: -ms-linear-gradient(top, #db451f, #d64228);
   	background: -o-linear-gradient(top, #db451f, #d64228);
	color:#fff;
	text-shadow:0px 1px 0px #333;

}

.button_vermelho:hover {
	border-top-color: #c73825;
   	background: #c73825;
   	color: #ededed;
}
.button_verde {
	
   	border-top: 1px solid #68bd6b;
   	box-shadow:inset 0px 0px 0px 0px;
   	background: #5cad00;
   	background: -webkit-gradient(linear, left top, left bottom, from(#73c211), to(#5cad00));
   	background: -webkit-linear-gradient(top, #73c211, #5cad00);
   	background: -moz-linear-gradient(top, #73c211, #5cad00);
   	background: -ms-linear-gradient(top, #73c211, #5cad00);
   	background: -o-linear-gradient(top, #73c211, #5cad00);
	color:#fff;
	text-shadow:0px 1px 0px #5fb002;

}

.button_verde:hover {
	border-top-color: #5fb002;
   	background: #5fb002;
   	color: #fff;
}