﻿* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial;
	font-size:10px;
	background:#ebebeb;
	width:100%;
	height:100%;
}

#stGeral {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: -200px 0 0 -250px; 
	width: 500px; 
	height: 400px;
}

#stTopo {
	width:500px;
	height:94px;
	background:url(../images/login/lg_topo.jpg) no-repeat;
}

#stTopo h1 {
	text-indent:-5000px;
}

#stCorpo {
	padding:20px 35px;
	width:430px;
	background:url(../images/login/lg_meio_rep.jpg) repeat-y;
}
	#stCorpo h2 {
		font-size:13px;
		font-weight:bold;
	}

	#stCorpo p {
		margin-bottom:10px;
	}

#stRodape {
	clear:left;
	background:url(../images/login/lg_rodape.jpg) no-repeat;
	width:500px;
	height:53px;
	text-indent:-5000px;
}

/* Formulário */
form input {
	border:1px solid #666666;
	font-size:10px;
	padding:2px;
}