@charset "utf-8";
/* CSS Document */
.campo {
	width:300px;
	height:20px;
	padding:7px;
	margin-top:10px;
	float:left;
	border:#999 solid 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#222;
}
.area {
	width:300px;
	height:100px;
	padding:7px;
	float:left;
	border:#999 solid 1px;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#222;
	margin-top:10px;
}
.botao {
	width:160px;
	height:40px;
	margin-top:10px;
	padding:7px;
	color:#FFF;
	float:left;
	background-color:#024d8a;
	border:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.quadrolinha {
	width:500px;
	height: auto;
	float:left;
}
