html, body{
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2,h4,form{
	padding: 0px;
	margin: 0px;
}
#rodape{
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #444;
	font-size: 11px;
}
#direitos{
	padding: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #444;
	font-size: 11px;
}
#colunadir{
	float: left;
	width: 49%;
	text-align: right;
	margin-top: 30px;
	height: 250px;
}
#colunaesq{
	float: right;
	width: 50%;
	margin-top: 30px;
	border-left: 1px solid #999;
	height: 250px;
}
.borda{
	padding: 50px;
}
#bordaform label{
	display: block;
	margin-bottom: 3px;
}
#colunadir h2{
	font-size: 22px;
	display: block;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	width: 250px;
	float: right;
}
#logo{
	font-size: 22px;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	width: 250px;
	float: right;
}
#colunadir h4{
	font-size: 12px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 11px;
	clear: both;
}
#username{
	border: 1px solid #666;
	color: #069;
}
a{
	text-decoration: none;
	color: #069;
}
a:hover{
	text-decoration: underline;
}
.erro{
	margin-top: 15px;
	color:#990000;
	height: 12px;
}

#termouso{
	background-color: #FFF;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 100px;
	overflow: auto;
	display: none;
	text-align: justify;
	line-height: 120%;
	padding-right: 15px;
	z-index: 20;
}
#termouso h3{
	font-size: 14px;
}
#termouso p{
	font-size: 11px;
}