

 :root {
  --fontes:Raleway;inherit;  
}

body	{
		font-family: var(--fontes);
      font-weight: normal; 		
    	font-size: 15px;
    	color: #000000; 
}   			

.campose { font: normal 25px var(--fontes);
  			  font-weight: normal;  			
			  background-color: #F4F4F4;
			  border: 1px none; 
			  margin-right: 0px;
 			  color: #414141 ;
} 
 			  
.borda  {
				-webkit-border-radius:20px;
				-moz-border-radius:20px;
				border-radius:20px;}
label { 
    float: left; clear: left; margin: 0px 0px 0 0; width: 100px;
    text-align: left; font-size: 16px; color: #ffffff ; 
    text-shadow: 0px 1px 0px #444444;  
}
textarea {
    width: 460px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0;
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #999999 20%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); 
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
    font-family: var(--fontes);
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}
    ::-webkit-input-placeholder  {
        color: #686868; 
    }
    :-moz-placeholder {
        color: #686868; 
    }
 }   
    input:focus,textarea:focus {
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #999999 20%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); 
    font-family: var(--fontes);
    font-weight: normal;
    font-size: 25px;
    color: #000000; 
}

input[type=submit] {
    width: 80px; height: 30px; float: center; 
    -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
    vertical-align: top;
    border: 1px solid #A5A2A2;
    background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A1A1 100%);  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); 
    cursor: pointer;
    font-family: var(--fontes);
    font-weight: normal;  		
    font-size: 15px;
    color: #F4F4F4  ;
}

.quadro {
background-color: white;
box-shadow: 5px 5px 20px #686868;
}	


