﻿fieldset {
		width:400px;
		margin:auto;
		padding:30px;
		font-family:verdana;
	   }
legend {
	   font-size:28px;
	   color:#0000cc;
	   }
ul {
   list-style-type:none;
   }
li {
  padding-bottom:7px;
  }  
  /* classe é "pontinho" */
.bloco {
		font-weight: bold;
		padding-top: 15px;
	   }
textarea {
		width: 220px;
		height: 180px;
		resize: none;
		background-color: #cccccc;
		}
.campo {
		width: 220px;
		background-color: #cccccc;
		height: 20px;
		}
		/* quando for ID é "#" */
#apagar {
		padding: 7px;
		background-color: #CC0000;
		color: #FFFFFF;
		font-weight: bold;
		border: solid 3px #000000;
		border-radius: 10px;
		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: 10px;
		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: #000099;
		  }
#voltar {
		margin-top: 40px;
		text-align: center;
		}










   
   
   
   
   
   
   
   