﻿/* css formulario */
body {
	 background-image: url(foto2a.jpg);
	 background-repeat: no-repeat; 
	 background-position: top center;
	 background-color:#000000;
		}
fieldset {
		width:400px;
		margin:auto auto auto 0;
		padding:5px;
		font-family:verdana;
		
	   }
legend {
	   font-size:28px;
	   color:#FFFAFA;
	   }
ul {
   list-style-type:none;
   color:#FF7F00;
   
   
   }
li {
  padding-bottom:7px;
  color:#8B814C;
  }  
   /*classe é ponto*/
.bloco   {
		font-weight: bold;
		padding-top: 15px;
		}
textarea 	{
		 width: 220px;
		 height: 180px;
		 resize:none;
		 background-color: #cccccc;
		 color:#FFFAFA;
		}
		
.campo {
		width:220px;
		background-color: #cccccc;
		}
		
#apagar {
		 padding: 7px;
		 background-color: #cc0000;
		 color: #ffffff;
		 font-weight: bold;
		 border: solid 3px #000000;
		 border-radius: 8px;
		 margin: 0 10px 0 10px;
		 box-shadow:  3px 3px 3px 1px #333333;
		 width: 80px;
		}
		
#enviar {
		 padding: 7px;
		 background-color: #00cc00;
		 color: #ffffff;
		 font-weight: bold;
		 border: solid 3px #000000;
		 border-radius: 8px;
		 margin: 0 10px 0 10px;
		 box-shadow:  3px 3px 3px 1px #333333;
		 width: 80px;
		}
#resposta {
		   margin-top: 80px;
		   text-align: center;
		   font-family: verdana;
		   color: #000000;
		   background-color: rgba(255, 255, 255, 0.6); 
			}

#voltar {
		 margin-top: 40px;
		 text-align: center;
		 background-color: rgba(255, 255, 255, 0.6);
		 padding: 0 15px 0 15px ;
		 margin: auto;
		}
#voltar a{
			color: #000000;
			
			} 
		
nav	{
	width:860px;
	
	padding: 15px 0 15px 0;
	}
nav a {
	  font-family: verdana;
	  color: #ffffff;
	  padding: 0 15px 0 15px;
	  font-size: 20px;
	  text-decoration: none;
	  font-weight: bold;
	 }
nav a:hover {color:#8b0000;}	 
	