
	@import "home.css";
	@import "interna.css";

	* {
		background: transparent;
		border: 0;
		font-size: 100%;
		list-style: none;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;

	}
	
	* html img {
		filter: expression(
			this.alphaxLoaded ? "" :
			(
				this.src.substr(this.src.length-4)==".png"
				?
				(
					(!this.complete)
					? "" :
					this.runtimeStyle.filter=
					("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
					(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
					String(this.alphaxLoaded=true).substr(0,0)+
					(this.src="../Images/blank.gif").substr(0,0)
				)
				:
				this.runtimeStyle.filter=""
				)
			);
	}
	
	.overlay2
        {
            background: #000;
            overflow: hidden;
            position: absolute; /* Alpha */
            -moz-opacity: 0.75;
            filter: alpha(opacity=75);
            opacity: 0.75;
        }
        
	#produtos #conteudo .boxProdutos #msgEmail2{
               background:url(../Images/layout/interna/bg_msg_sms.gif) no-repeat;
               position:absolute; 
               bottom:50px;
               right: 59px;
               height: 199px;
               width: 230px;
               text-align:center;
               padding: 20px 0 0 0;
               *margin-left: 130px; /*Para IE 7*/
               *margin-top: -20px;
               _margin-left: -290px; /*Para IE 6*/ 
               _margin-top: -250px;
        }
        #produtos #conteudo .boxProdutos #msgEmail2 p{
               margin:0 auto;
               width: 210px;
               text-align:center;
               color: #710000;
        }#produtos #conteudo .boxProdutos #msgEmail2 ul{
               width: 210px;
               margin:10px auto;
        }#produtos #conteudo .boxProdutos #msgEmail2 ul li{
               width: 110px;
               text-align:left;
               display: inline;
        }#produtos #conteudo .boxProdutos #msgEmail2 ul li input.text{
               color:#f89c39;
               font-size: 11px;
               background:url(../Images/layout/interna/bg_input.gif) repeat-x;
               height: 25px;
               padding: 5px 2px 0 2px;
               width: 92px;
        }#produtos #conteudo.boxProdutos #msgEmail2 ul li input.bt{
               border: none;
               background: none;
               width: 72px;
               padding: 10px 0 0 50px;
        }
        
        .boxSucesso{
		    background: url(../Images/layout/interna/bg_cad_sucesso.gif) no-repeat;
		    height: 60px;
		    width: 500px;
		    margin: 10px 0 0 0;
		    padding:10px 0 15px 15px;
		    text-align: left;
	    }
	    .boxSucesso p,
	    .boxSucesso a{
		    color:#166826;
		    font-size: 12px;
		    line-height: 15px;
	    }
	    .boxSucesso p.destaque{
		    font-weight:bolder;
		    text-transform: bolder;
		    padding-left: 20px;
		    padding-bottom: 10px;
	    }

	.boxProdutos .sms {
		background: url(../Images/layout/lightbox/bg_sms.png) 0 top no-repeat;
		height: 595px;
		width: 702px;
		margin: -350px 0 0 -200px
	}
		
