.linha {
	border: 1px solid #eeeeee;
}

#JLayer {
	display:none; 
	left: 0; 
	top: 0; 
	position: absolute; 
	text-align:center; 
	width: 100%; 
	z-index: 101; 
}

#JLayerErro{
	display:none; 
	left: 0; 
	top: 0; 
	position: absolute; 
	text-align:center; 
	width: 100%; 
	z-index: 101; 
}

#JLayerBackground {
	background-color: #FFFFFF; 
	display:none;  
	filter:alpha(opacity=40); 
	left: 0; 
	opacity: 0.4; 
	position: absolute; 
	top: 0; 
	bottom: 0;
	width: 100%; 
	height:2000px !important;
	z-index: 0; 
}

#JLayerConteudo {
	height: 210px; 
	margin: 110px auto;
	margin-left:200px;
	padding: 10px;
	text-align:left; 
	width: 270px;
	position:absolute;
	z-index:10;
}

#JLayer2 {
	display:none; 
	left: 0; 
	top: 0; 
	position: absolute; 
	text-align:center; 
	width: 100%; 
	z-index: 101; 
}

#JLayerErro2{
	display:none; 
	left: 0; 
	top: 0; 
	position: absolute; 
	text-align:center; 
	width: 100%; 
	z-index: 101; 
}

#JLayerBackground2 {
	background-color: #FFFFFF; 
	display:none;  
	filter:alpha(opacity=40); 
	left: 0; 
	opacity: 0.4; 
	position: absolute; 
	top: 0; 
	bottom: 0;
	width: 100%; 
	height:2000px !important;
	z-index: 0; 
}

#JLayerConteudo2 {
	height: 210px; 
	margin: 110px auto;
	margin-left:200px;
	padding: 10px;
	text-align:left; 
	width: 270px;
	position:absolute;
	z-index:10;
}

.main .texto {
	height: 150px;
	width: 410px;
	margin-top: 60px;
	margin-left: 35px;
}
.texto_vermelho {
	color: #FF0000;
	font-weight:bold;
}

