@charset "iso-8859-1";
/*************************************************/
/*                CSS Document                   */
/*  Author: Morfosdesign.com                     */
/*  Cliente: Soelmec.com.br                      */
/*  Contact: contato@morfosdesign.com            */
/*                                               */
/*************************************************/

/* Atributos gerais */
* { margin:0px; padding:0px; }
a, p, h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#747373; font-weight:normal; margin:0px; padding:0px; }
a { text-decoration:underline; }
a:hover { text-decoration:none; }
img { border:0px; margin:0px; padding:0px; }
ul, li { list-style:none; margin:0px; padding:0px; }

body { background:#f1f1f1 url(../imagens/bg.gif) top left repeat-x; text-align:center } 

/* Conteiner */
.all { text-align:left; margin:0px auto; width:960px; } 

/* Box de erro */
.boxFundo { width:100%; height:100%; position:absolute; top:0px; left:0px; background:url(../imagens/fundoBox.png) repeat; }
.boxFundo .box { width:350px; top:300px; left:50%; margin-left:-175px; background-color:#FFF; border:4px solid #000; position:absolute; }
.boxFundo .box a.fechar { top:5px; right:5px; position:absolute; color:#F00; font-weight:bold; }
.boxFundo .box p { margin:50px; position:relative; }
.boxFundo .box input.botao { bottom:5px; right:5px; position:absolute; }
.boxFundo .erro p { color:#F00; }
.boxFundo .sucesso p { color:#060; }