/* CSS */
@charset "UTF-8";

#titulo_form{
	line-height:1.5em;
	font-size: 20px;
	font-weight: bold;
	text-indent:0px;
	padding: 10px;
	
	
}

#asteristico{
	font-size:10;
	color:#ff0000;
	margin:0 auto;
	
}

#input{
	border: 2px inset;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #e9e8e9; 
    width:300px;
	height:30px;
	font-family: 'Sintony', sans-serif;
	font-size: 17px;
	padding:5px;
		
}

#campo_submit{
	
	background:#e9e8e9; /* a cor do fundo do botão*/ 
	color:#000000; /* a cor das letras Enviar*/

	border: 2px outset; /* uma borda de
	2px solida branca no botão */ 
	border-radius: 4px;
	
	width: 80px;
	height: 30px;
	
	box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
	font-family: 'Sintony', sans-serif;
	font-size: 17px;
	padding:5px;
	
}

#campo_submit:hover{
	
	background:#c9c8c9; /* a cor do fundo do botão*/ 

}
#input:hover{
	
	background:#c9c8c9; /* a cor do fundo do botão*/ 

}
#txtarea:hover{
	
	background:#c9c8c9; /* a cor do fundo do botão*/ 

}


#txtarea{
	border: 2px inset;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #e9e8e9; 
    width:300px;
	height:200px;
	font-family: 'Sintony', sans-serif;
	font-size: 17px;
	padding:5px;
	
	
}

#div_form{
	margin:0 auto;
	max-width: 320px;
}

td {
	padding:5px 0px;
	vertical-align:top;
	line-height: 1.5em;
	
}