/*--------- Folha de estilos: NEUSCARDS
----------- Desenvolvido por: Vinicius Lins
----------- http://www.neus.com.br
*/


body{
	margin: 0 auto;
	text-align:center;
	/*background:url(imgLogin/bg.gif) repeat-x;*/
	background-color:#365d86;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#all{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:auto;
}

#banner_home{
	margin: 60px;
}
.title_login{
	padding-top: 10px;
	color:#009900;
	font-weight:bold;
	font-size:18px;
	padding-bottom: 10px;
	border-bottom:1px #CCC solid;
	text-align:center;
}

.textLogin{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
}
.caixaLogin {
	background:#ececed;
	padding:10px 10px;
	border:1px #b1b1b1 sold;
	-moz-border-radius:10px 10px 10px 10px;
}

/* BORDAS ARREDONDADAS */
.bordaBox {
	background: transparent; 
	width:100%;
}
.bordaBox .conteudo {
	padding:5px;
	display:block; 
	background:url(imgLogin/bgCaixa.gif) repeat; 
	border:1px solid #CCC;
	-moz-border-radius:10px 10px 10px 10px;
}
.descVersao {
	margin-top: 2px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	float: left;
}

.descModulo {
	position: relative;
	margin-top: 2px;
	text-align: right;
	font-weight: bold;
	color: #fff;
	float: right;
}