@charset "utf-8";
a{
outline: none;
}

body {
	font-family: Verdana, Geneva, sans-serif !important;
	background-color: #FFF;
	margin-top:50px;
	overflow-y:scroll;
}
.rodape{
	font-size: 10px;
	color: #B0B0B0;
	text-align: justify;
}
.text{
	font-size: 10px;
	color: #787878;
	text-align: justify;
}
.miolo{
	padding-top:10px;
}
.titulo {
	font-size: 12px;
	font-weight: bold;
}
.subtitulo {
	font-size: 12px;
	font-weight: bold;
	color: #EF3800;
}
.title{
	text-align:left;
	margin-left:105px;
	margin-bottom:10px;
}
.imput_defaunt, .imput_max, .bot{
	border: 1px solid #999;
	margin-bottom:10px;
	width:200px;
	height:20px;
	color:#666;
	font-size:12px;
}
.imput_max{
	height:80px;
	font-size:12px;
}
.bot{
	height:25px;
	width:50px;
}