: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 #ffffff;-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; 
}     
.quadro{ 
	box-shadow: 8px 8px 10px #000000 ;
	background-color: #dddddd;
}  
.botao{
font:normal 20px Geneva,sans-serif,Verdana;
font-style:normal;  
color:#000000;
background:#f5f5f5;
border:1px solid #bbb;
text-shadow:0px 1px 0px #fff;
box-shadow: 0px 1px 10px #d1cfd1;
								-moz-box-shadow:0px 1px 10px #d1cfd1;
								-webkit-box-shadow:0px 1px 10px #d1cfd1;
border-radius:10px 10px 10px 10px;
								-moz-border-radius:10px 10px 10px 10px;
								-webkit-border-radius:10px 10px 10px 10px;
 
padding:2px 20px;
cursor:pointer;
margin:0 auto;
}
.botao:active{
cursor:pointer;
position:relative;
top:2px;
} 
 

