@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
@font-face{
	font-family: 'FonteLogo';
	src:url(../_fonts/bubblegum-sans-regular.otf);}
	
form {
	width: 900px;
	margin: auto;
	margin-top: -50px;}
	
input, textarea {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 13pt;
	background-color: rgba(255,255,255,0.7);}
	
input:hover, textarea:hover, select:hover {
	background-color: #EEEEEE;}

legend {
	color:#2D64C5;
	font-weight: bold;
	font-size: 13pt;
	font-family: sans-serif;}
	
fieldset {
	border: none;
	margin: 0px;
	background: url("../_imagens/icone-mensagem.png") no-repeat 90% 90%;}