html, body { margin: 0px; height: 100%; }
#topo{
	height: 66px;
}
#topoEsq{
	float: left;
	position: relative;
	top: 25%;
	left: 30px;
}
#topoDir{
	float: right;
	position: relative;
	top: 25%;
	right: 30px;
}
#meio{
	width: 100%;
	height: 84%;
}	
#logo{
	float: left;
	position: absolute;
	top: 33%;
	left: 10px;
}
#nome_sistema{
	left: 10px;
	top: 10px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
#login_box{
	position: relative;
	width: 350px;
	height: auto;
	top: 25%;
	margin:auto;
}
#login_box_ie6{
	float: right;
	top: 32%;
	right: 100px;
	width: 337px;
	height: 354px;
}
#login_box_move{
	height: 36px;
	position: relative;
	cursor: move;
}
#login_box_move_ie6{
	height: 30px;
	position: relative;
}
#login_mens{
	width: 270px;
	top:10px;
	position: relative;
	color:#ffe13a;
	font-weight: bold;
}
#login_form{
	font-size:12px;
	position: relative;
	top: 4px;
	#top: 4px;
	width: 316px;
	float:left;
}
#rodape{
	width: 100%;
	height: 60px;
	float: left;
	vertical-align: middle;
}