<!DOCTYPE html> <html> <head> <title>Viva Peugeot!</title> <meta http-equiv="X-UA-Compatible" content="IE=8, IE=9, IE=10" /> <link rel="shortcut icon" href="http://carros.peugeot.com.br/favicon.ico" /> <meta name="title" content="Viva Peugeot!" /> <meta property="og:image" content=""/> <meta name="description" content="" /> <style> * {margin:0;padding:0;} body {background:url(_img/bg-tampao.jpg) no-repeat center top;} .main {width:100%;float:left; } .content {width:1095px;margin:0 auto;padding:136px 0 0 0;text-align:center; } .box-form {width:445px;height:287px;padding:40px;margin:78px 0 0 285px;background:url(_img/img-gradient.png) no-repeat 0 0;font-family: 'peugeotregular'; text-align:left;font-size:17px;color:#fff;} form {margin:35px 0 0 118px;} .cmps {width:179px;height:23px;padding:0 10px;font-family:'peugeot_lightregular';font-size:14px;color:#208cbf;border:2px solid #66c4f9;border-radius:6px;margin:0 0 3px 0;} .bt-enviar {width:67px;height:23px;margin:0;background:url(_img/bt-enviar.png) no-repeat 0 0;display:block;text-indent:-5000px;border:0;cursor:pointer;} @font-face { font-family: 'peugeotregular'; src: url('_css/peugeot_normal-webfont.eot'); src: url('_css/peugeot_normal-webfont.eot?#iefix') format('embedded-opentype'), url('_css/peugeot_normal-webfont.woff') format('woff'), url('_css/peugeot_normal-webfont.ttf') format('truetype'), url('_css/peugeot_normal-webfont.svg#peugeotregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'peugeot_lightregular'; src: url('_css/peugeot_light-webfont.eot'); src: url('_css/peugeot_light-webfont.eot?#iefix') format('embedded-opentype'), url('_css/peugeot_light-webfont.woff') format('woff'), url('_css/peugeot_light-webfont.ttf') format('truetype'), url('_css/peugeot_light-webfont.svg#peugeot_lightregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'peugeotbold'; src: url('_css/peugeot_bold-webfont.eot'); src: url('_css/peugeot_bold-webfont.eot?#iefix') format('embedded-opentype'), url('_css/peugeot_bold-webfont.woff') format('woff'), url('_css/peugeot_bold-webfont.ttf') format('truetype'), url('_css/peugeot_bold-webfont.svg#peugeotbold') format('svg'); font-weight: normal; font-style: normal; } </style> <script src="_js/form_funcs_utf8.js" type="text/javascript"></script> <script> function submitForm(oForm) { if(!(isTextNull(document.getElementById("nome"), "Nome") && NomeCompleto(document.getElementById("nome")) && isTextNull(document.getElementById("email"), "E-mail") && isEmail(document.getElementById("email"), "E-mail") )) return false; return true; } </script> </head> <body> <div class="main"> <div class="content"> <img src="_img/img-tampao.png" border="0"> <div class="box-form"> O <strong>Viva Peugeot</strong> está temporariamente fora do ar.<br> Estamos reformulando este programa para deixá-lo ainda mais moderno, atualizado e cheio de novidades. Se você já era cadastrado no Viva Peugeot, não se preocupe. Avisaremos quando o novo programa estiver pronto.<br> Para você que não é cadastrado, por favor, deixe seu nome e e-mail para que também possamos avisá-lo<!--O <strong>Viva Peugeot</strong> está temporariamente fora do ar.<br>Estamos reformulando este programa para deixá-lo ainda mais moderno, atualizado e cheio de novidades.<br>Se você já era cadastrado no Viva Peugeot, não se preocupe. Avisaremos quando tudo estiver pronto.<br>Para você que não é cadastrado, por favor, deixe seu nome e e-mail para que possamos avisá-lo também.--> <Br clear="all"> <form name="form1" accept-charset="ISO-8859-1" id="form1" action="fora-grava.jsp" onsubmit="return submitForm(this);"> <input type="text" class="cmps" placeholder="Nome:" name="nome" id="nome"> <br clear="all"> <input type="text" class="cmps" placeholder="E-mail:" name="email" id="email"> <br clear="all"> <input type="submit" class="bt-enviar"> </form> </div> </div> </div> </body> </html>