/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* final código do lightbox */

/* jquery auto complete **/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}



* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;	
}

#geral {
	width: 1000px;	
	margin: 0 auto;
}

.logo {
	float: left;
	margin-left: 16px;
}

.headerOpcoes {
	width: 77%;
	float: right;
}

.lista {
	height: 30px;
	background:url('imagens/fundobarra.jpg') repeat-x;	
}

.fundobarra {
	float: left;
	width: 25px;
	height:30px;
	background:url('imagens/fundobarracurva.jpg') no-repeat;
}

.lista ul {
	padding-top: 2px;	
}

.lista ul li {
	display: inline;
	height: 30px;
}

.lista ul li a {
	font: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	padding-right: 15px;
}

.lista ul li a:hover {
	text-decoration: underline;
}

.login {
	width: 53%;
	float: left;
	margin-top: 7px;
	border-right: 1px solid #F9F9F9;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;	
}

.login a 
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;	
}

.login label, .newsletter label {
	font-family: Arial,Verdana;
	font-style: normal;
	font-size: 13px;
	color: #FFFFFF;	
}

.login input, .produtonomeclass input {
	border: 1px solid #7D0000;	
}

.newsletter input {
	border: 1px solid #CCCCCC;
}

.login p, .informacoes ul li {
	display: inline;
}

.informacoes {
	width: 45%;
	margin-top: 7px;
	float: right;
}

.informacoes li {
		padding-left: 50px;
}

.informacoes li a {
	font-family: Arial,Verdana;
	font-style: normal;
	font-size: 13px;	
	color: #FFFFFF;
	text-decoration: underline;
}

.informacoes li a:hover {
	text-decoration: none;		
}

.sidebar {
	width: 170px;
	float: left;
	padding: 2px;
	border: 1px solid #EBEBEB;	
	margin: 2px 0px 3px;	
}

.sidebar2 {
	width: 170px;
	float: right;
	padding: 2px;
	border: 1px solid #EBEBEB;	
	margin: 2px 0px 3px;
}

.sidebar li {
	padding-left: 5px;	

}

.sidebar li a {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

.sidebar li a:hover {
	text-decoration: underline;	
}

.sidebar input, #busca input, .categoria {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	width: 31px;
}

.categoria {
	font-family: Arial, Verdana;
	font-size: 12px;
	width: 142px;
	height: 19px;	
}

.textosidebar {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;	
	margin-left: 5px;
	color: #666666;
}

.conteudo {
	width: 63%;	
	margin-left:185px;
	margin-bottom: 10px;
}

#destaque {
	float: left;
	width: 96%;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #C0C0C0;	
}

.fotoOferta {
	width: 150px;
	float: left;	
	text-align: center;
}

.descricaoOferta {
	width: 230px;
	float: right;	
}

.oferta1 {
	padding-left: 5px;
	float: left;	
	width: 49%;
}

.oferta2 {
	padding-right: 5px;
	float: right;	
	width: 49%;
}

.textoferta {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: normal;	
}

.textoMensagem {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;	
}

#mensagem {
	width: 99%;
	margin: 0 auto;	
}

.textopreco {
	padding: 8px 0px;
	font: bold 14px Arial, Verdana;
	color: #B70000;
}

.textocartao {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
}

#busca {
	width: 170px;
	float: right;	
}

.menu {
		padding-left: 5px;
}

.menu li {
	background:url('imagens/seta.jpg') no-repeat;
	text-indent: 14px;	
}

.menu li a {
	font-family: Arial,Verdana;
	font-size: 13px;
	color: #666666;	
}

.menu li a:hover {
	text-decoration: underline;	
}

#rodape {
	width: 100%;
	clear:both;	
}

#conteudorodape {
	width: 70%;
	margin: 0 auto;	
}

.institucional {
	width: 22%;
	float: left;
}

.formaspagamento {
	width: 78%;
	float: right;
}

.institucional li a {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #666666;
}

.textorodape {
	width: 87%;
	font-family: Arial, Verdana;
	font-size: 11px;
}

.textorodape a {
	color: #000000;	
	text-decoration: underline;
}

.textorodape a:hover {
	text-decoration: none;
}

.textofpgtorodape {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	margin-bottom: 10px;
}

.spacer {
	clear: both;
}

#outrasofertas {
	width: 90%;
	padding-top: 10px;
	margin: 0 auto;
}

.espaco {
	margin: 10px;
}

.produto {
	padding: 0px 8px 5px;
	text-align: center;	
	background:url(imagens/fundoProdutos.jpg) no-repeat;
	height: 200px;
	width: 175px;
}

.produtoLateral {
	width: 100%;
	padding: 8px 5px 5px;
	text-align: center;
	border-bottom: 1px solid #EBEBEB;		
}

.tabelaProdutos {
	margin: 0 auto;
}

.tabelaProdutos td {
	margin-left: 10px;
}

.textoID {
	font: 11px Arial, Verdana;
	color: #666666;		
}

.spacerlinha {
	width: 80%;
	height: 12px;
	background:url('imagens/linha.jpg') repeat-x;
	clear: both;
}

.imgproduto {
	text-align: center;	
}

.tituloproduto {
	font: bold 12px Arial, Verdana;
	color: #ADFF2F;	
}

.tituloproduto a {
	color: #9ACD32;	
}

.tituloproduto a:hover {
	text-decoration: underline;
}

.tituloproduto a:visited {
	color: #228B22;	
}

.produtopreco {
	padding-top: 10px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;		
}

.produtodesconto, .formas {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
	font-style: normal;
	color: #990000;		
}

.juros, .frete {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;		
}

.frete {
    text-align: center;
}

.divformulario {
    font-family: Arial, Verdana;
    font-size: 11px;
    font-style: normal;
    margin-left: 30px;
    margin-bottom: 10px;
}

.divformulario p {
    padding-top: 3px;
}

.divformulario input {
    border: 1px solid #CCCCCC;
}


.divProduto {
	height: 210px;
}

.divFotoProduto {
    float: left;
    width: 250px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.divFotoProduto ul {
	margin-top: 10px;
}
.divFotoProduto ul li {
	display: inline;
	margin: 0px 5px;
}

.divInfoProduto {
    float: right;
    width: 360px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-left: 15px;
    background:url(imagens/fundoProduto.gif) no-repeat;    
}

.divDescricaoProduto {
    width: 96%;
    margin: 0 auto;
    font-family: Arial,Verdana;
    font-size: 12px; 
    line-height: 190%; 
}

.descricaoProduto {
	margin: 0px 15px 5px;
}

.caracteristicas {
    font-family: Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    text-indent: 10px;
	background:url('imagens/fundoBarraProd.gif') repeat-x;
	padding:4px 5px;
}

.infoProdTitulo {
    font-family: Arial,Verdana;
    font-size: 15px;
    font-weight: bold;
}

.infoProdEntrega {
    font-family: Arial,Verdana;
    font-size: 12px;
}

.itenscarrinho 
{
	width: 95%;
	margin: 0 auto;
}

.itemCarrinho 
{
	width: 100%;
}

.itemFoto 
{
	float: left;
	margin-right: 20px;
}

.opcoes 
{
	width: 200px;
	float: right;
}

.alterarItem 
{
	float: left;
}

.removerItem 
{
	float: right;
}

.tbproduto 
{
    width: 60%; 
    background-color: #B21A00;
}

.tbquantidade
{
    background-color: #9E0F00;    
}

.tbvalorunit 
{
    background-color: #850A00;
}

.tbvalortotal 
{
    background-color: #780C00;
}

.tbproduto, .tbquantidade, .tbvalorunit, .tbvalortotal 
{
    height: 20px;
    text-indent: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;  
}

.tablecarrinho 
{
    width: 100%;
    background-color: #ECEBE6;
    padding: 2px;
}

.itcarrinho, .itcarrinhovalor, .itcarrinhoinput
{
   background-color: #FFFFFF; 
   border-right: 2px solid #ECEBE6;
   border-bottom: 2px solid #ECEBE6;   
   font-family: Arial, Verdana;
   font-size: 11px;
   text-decoration: underline;
}

.itcarrinho 
{
    font-family: Verdana;   
    font-size: 11px;    
}

.itcarrinhoinput 
{
    text-align: center;
}

.itcarrinhoinput input 
{
    border: 1px solid #CCCCCC;
    height: 15px; 
    font-family: Arial, Verdana;   
    font-size: 11px;  
}

.itcarrinhoinput a
{
    color: #666666;
    text-decoration: underline;
    font-family: Arial, Verdana;   
    font-size: 9px;
    text-transform: uppercase;
}

.itcarrinhovalor 
{
    text-align: right;
    font-family: Arial, Verdana;   
    font-size: 13px;
    font-weight: bold;
}

.subcarrinho 
{
    text-align: right;  
    font-family: Arial, Verdana;   
    font-size: 14px; 
    font-weight: bold;
    padding: 10px 0px;
}

.totalcompra 
{
    background-color: #B21A00;
    color: #FFFFFF; 
    text-align: right;  
    font-family: Arial, Verdana;   
    font-size: 14px; 
    font-weight: bold;
    padding: 10px 0px; 
}

.barrafimcompras 
{
    margin: 10px 0px;   
}

.concluir 
{
    width: 50%;
    float: left;    
}

.continuar 
{
    text-align: right;    
}

.textoerro, .textoerrologin 
{
    font-family: Arial, Verdana;   
    font-size: 12px; 
    font-weight: bold;   
}

.textoerrologin 
{
    text-align: center;   
}


.textoPainel, .textoUltPedidos {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	margin-top: 5px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}

.buttonFinalizar {
	width: 100px;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	margin: 0 auto;
}

.buttonFinalizar input {
	border: 1px solid #EBEBEB;
	background: #FFFFFF;
	padding: 3px;
}

.ultimosPedidos, .infodetalhespedido, .produtosContrato, .opcoescarrinho, .mensagemTable {
	width: 96%;
	margin: 0 auto;
}

.mensagemTable {
	margin-top: 5px;
}

.produtosContrato {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

.opcoescarrinho {
	margin-top: 10px;	
}

.infodetalhespedido {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}	

.tableUltPedidos {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}


.infoUltPedidos {
	text-align: left;	
}

.infoUltPedidos a {
	color: #000000;
	text-decoration: underline;	
}

.infoUltPedidos a:hover {
	text-decoration: none;	
}

.infoUltPedidos, .formataValor, .tdPedidosFormataValor {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;	
	border-bottom: 1px solid #EBEBEB;
}

.tdPedidosFormataValor {
	background-color: #F4F4F4;	
	font-weight: bold;
}

.formataValor, .tdPedidosFormataValor, .tdPedidosValor {
	text-align: right;	
}

.textoNormal {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;	
}

.textoTagP, .PbtCarrinho {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	text-transform: uppercase;
}

.tdPedidosID {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	width: 5%;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;	
}

.tdPedidosCliente {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	width: 60%;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
}

.tdPedidosData {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	width: 10%;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
}

.tdPedidosValor {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	width: 25%;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;	
}

.tdProdutos, .tdProdutosCheckBox, .tdProdutosID, .tdProdutosProduto, .tdProdutosUnitario {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCCCCC;	
}

.tdProdutosUnitario {
	text-align: right;		
}

.tdProdutosProduto {
	width: 60%;	
}

.tdProdutosID {
	width: 10%;		
}

.tdProdutosCheckBox {
	width: 3%;	
}

.tdInfoProdutos, .tdInfoProdutosValor {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;	
}

.tdInfoProdutos a {
	color: #000000;
	text-decoration: underline;	
}

.tdInfoProdutos a:hover {
	text-decoration: none;	
}

.tdInfoProdutosValor {
	text-align: right;	
}

.tdItens {
	width: 15%;	
}

.tdItensValor {
	width: 30%;
}

.tdItens, .tdItensValor {
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 5px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
}

.tdItensValor {
	text-align: right;
}

.detalhesPedido, .infoFormSenha {
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.infoFormSenha {
	width: 78.5%;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

.PbtCarrinho {
	width: 80%;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}

.textoCadastro {
	width: 85%;
	margin: 0 auto;	
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.infoCadastro, .infoTermosCadastro {
	width: 85%;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.infoCadastro input {
	border: 1px solid #DDDDDD;
}

.infoCadastro p, .infoTermosCadastro p {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin-top: 3px;
}

.infoCadastro input {
	width: 300px;	
}

#tipo {
	width: 20px;	
}

.infoTermosCadastro {
	margin-top: 10px;
}

.cadastro {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.cadastroTitulo {
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	text-indent: 30px;
	margin-bottom: 10px;
	background: url('imagens/img_primeiracompra.png') no-repeat;
}

.cadastrotexto {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin-bottom: 8px;
}

.logintexto {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin-bottom: 3px;
}

.logintexto input {
	width: 200px;
	border: 1px solid #CCCCCC;
}

.loginButton input {
	margin-top: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.cadastroimg {
	text-align: right;
}

.trCarrinhoValor {
	text-align: right;	
}

.trCarrinho, .trCarrinhoValor, .trCarrinhoQuantidade, .trCarrinhoProduto {
	padding: 5px;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
}

.trCarrinhoProduto {
	width: 30%;
}

.trCarrinhoQuantidade {
	width: 15%;	
}

.tdCarrinho, .tdCarrinhoValor {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;	
}

.tdCarrinhoValor {
	text-align: right;
	padding-right: 5px;	
}

 .tdCarrinho a {
	color: #000000;
	text-decoration: underline; 
}

.textoRetirar a {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;	
}

.carrinhocontcompra, .carrinhoproxpasso {
	width: 50%;	
}

.carrinhocontcompra {
	text-align: left;
}

.carrinhoproxpasso {
	text-align: right;
}

.divbuscarproduto {
	margin: 5px;	
}

.newsletter {
	width: 35%;	
}

.buscarclass {
	width: 100%;
}

#newsletteremail, #newsletternome {
	width: 90%;
}


#produtonome {
	width: 78%;
	border: none;
	_margin: 0px 0px 0px 9px;
	margin: -1px 0px 0px 9px;	
}

#newslettersubmit, .buscarsubmit {
	width: 45%;	
}

.newsletter label, .produtonomeclass label {
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
}

.fotoProdSemelhante {
	width: 30%;
	float: left;
	text-align: center;
}

.produtoSemelhante {
	width: 70%;
	float: right;
}

.paginacao {
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}

.paginacao p {
	display: inline;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 3px;	
}

.pagina {
	font-family: Arial, Verdana;
	text-align: justify;
	font-size: 12px;
	margin-top: 10px;
}

.erroCadastroDescricao {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;	
}

.erroCadastroCampos {
	font-family: Arial, Verdana;
	font-size: 11px;
	margin-top: 4px;		
}

#promocional {
	width: 100%;
	padding: 10px 0px;
}

#promocional p {
	width: 970px;
	margin: 0 auto;
}

.produtosSemelhantes {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
}

.tableFrete {
	font-family: Arial,Verdana;
	font-size: 12px;
}

.formaPagamentos {
	width: 500px;
	height: 60px;
	margin: 0 auto;
	background: #F7F7F7;
	border: 1px solid #EBEBEB;
}

.valorInvalido {
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
}

#nometeste {
	background:url(imagens/bar busca_teste.jpg) no-repeat;
	
	border-left: none;
	border-right: none;
}

.fundobusca {
	width: 139px;
	height: 25px;
	background:url(imagens/busca_bar.png) no-repeat;
}

#buttonenviarimg, #buttonenviarimg img {
	border: none;	
}

