body{
	margin: 0;
	background-color: #e1e1e1;
}
div.clearfix {clear:both;}
div#wrap
{
	width: 365px;
}

div#main
{
	width: 365px;
	height: 368px;
	float: left;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-182.5px;
	margin-top:-184px;
}

#imagem_topo{
	background-image: url(../imgs/login/imgentrada.png);
	background-repeat: no-repeat;
	width: 351px;
	height: 224px;
	clear:both;
}

#texto_imagem{
	color: #ffffff;
	font-family: sans-serif;
	font-weight:bold;
	padding-top:150px;
	padding-left:145px;
}

#barra_login{
	width: 351px;
	height: 26px;
	background-image: url(../imgs/login/linhagra.png);
	background-repeat: repeat-x;
	clear:both;
}

#caixa_fundo{
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	width: 349px;
	height: 100px;
	background-color: #e1e1e1;
}

#content{
	margin-left:9px;
	margin-right:9px;
	margin-bottom:9px;
	background-color: #ffffff;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}

#content label{
	float:left;
	font-family: sans-serif;
	font-size: 12px;
	margin-top:4px;
	width: 120px;
	text-align: right;
	margin-right: 5px;
}

#username{
	padding-top:6px;
}
#password{
	margin-top:6px;
}

#btn{
	text-align: right;
	margin-top:6px;
	margin-right: 15px;
	padding-bottom: 6px;
}

#messageError{
	margin-top:10px;
	width: 349px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;

}