div#titulo h3 {
	color: #FFF;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

div#content {
	padding-bottom: 60px;	
}



/***** CSS DO FOrmulario ***/


div#form {
	width: 500px;
	position: relative;
	margin-left: 255px;
	text-align: center;	
	border: 1px dashed black;
	padding-top: 50px;
	padding-bottom: 50px;
	
	
}

form {
	position: relative;
	margin-top: 5px;
	margin-left: 30px;	

}


form label {
	font-size: 20px;
	font-weight: bold;	
	text-align: right;
	padding-right: 3px;
	display: block;
	float: left;
	color: #FFF;	
}

form input {
	background-color: #b3b3b3;
	border: 1px solid black;	
	border-radius: 10px;
	display: block;
	padding: 3px;
}

form textarea {
	background-color: #b3b3b3;
	border: 1px solid black;	
	border-radius: 10px;
	display: block;
	padding: 3px;
}

form input:focus{
	background-color: #C4E1FF;
}

form textarea:focus{
	background-color: #C4E1FF;
}

#btn_enviar {
	color: white;
	font-weight: bold;
	background-color: #4f7b2c;		
	font-size: 20px;
	border-radius: 10px;
	margin-left: 45px;	
	
}

#btn_enviar {
	cursor: pointer;	
}
