/* 
    Created on : 04/05/2014, 19:41:22
    Author     : Eric
*/
*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 

{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body 
{
    line-height: 1;
}

ol, ul 
{
    list-style: none;
}

blockquote, q 
{
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after 
{
    content: '';
    content: none;
}
	 
:focus 
{
    outline: 0;
}
	 
ins 
{
    text-decoration: none;
}

del 
{
    text-decoration: line-through;
}
	 
table 
{
    border-collapse: collapse;
    border-spacing: 0;
}    

body 
{
    background-color:#CCC;
    padding:0px;
    margin:0px;	
}	

p 
{
    //color:#009;
    font:"Arial Black", Gadget, sans-serif;
}

input
{
    border-width: thick;
//    border-style: inset;
    border-style: groove;    
    border-color: chartreuse;
}

#formulario
{
    float: top;     
    width:25cm;                                  /*largura*/
    height:17cm;         
    display: none;    
}

#formulario_login
{   background-color: #ffffff;
    border-width: thick;
    //border-style: inset;
    border-style: groove;    
    border-color: chartreuse;			
    width:14cm;                                  /*largura*/
    height:12.5cm;                                 /*altura*/
    float: left;
    margin-top: 0.7cm;
    margin-left: 4cm;				
}

#titulo_formulario
{
    width:7cm;                                  
    height:2cm;    	
    margin-top:0.5cm;
    margin-left:3.5cm;	
    background:url(../imagem/faleconosco.jpg);        /*caminho da imagem*/
    background-repeat: no-repeat;                 /*não repetir*/
    background-attachment: scroll;                /*imagem rola junto*/
    background-size:100% 100%;                    /*tamanho da imagem*/ 
    background-position: 100% 100%                /*posição da imagem*/    
}

#tabela
{	
    width:1cm;                                  /*largura*/
    height:1cm;    	
    margin-top:0.5cm;
    margin-left:0.5cm;			
}

button
{	
    width:2.8cm;                                  
    height:0.8cm;    	
    margin-top:0.5cm;
    margin-left:5.2cm;	
    background:url(../imagem/enviar.png);        /*caminho da imagem*/
    background-repeat: no-repeat;                 /*não repetir*/
    background-attachment: scroll;                /*imagem rola junto*/
    background-size:100% 100%;                    /*tamanho da imagem*/ 
    background-position: 100% 100%                /*posição da imagem*/ 

}
		
.titulo
{		
    background:url(../imagem/acesso.jpg);        /*caminho da imagem*/
    background-repeat: no-repeat;                 /*não repetir*/
    background-attachment: scroll;                /*imagem rola junto*/
    background-size:50% 50%;                    /*tamanho da imagem*/ 
    background-position: 100% 100%                /*posição da imagem*/   
}

#mensagens
{
    width:12.5cm;                                  
    height:2.5cm; 
    border-width: thick;
//    border-style: inset;
    border-style: groove;    
    border-color: chartreuse;    
}

#nome
{
    width:12.5cm;                                  
}

#telefone
{
    width:12.5cm;                                   
}

#email
{
    width:12.5cm;                                  
}

#assunto
{
    width:12.5cm;                                   
}
		


