/* CSS Document */

.div_restrito1{
	position:absolute; 
	width:100%; 
	height:100%;
	top:0px;
	left:0px; 
	background-color:black;
	opacity:0.85;
	filter:alpha(Opacity=85);
}
.div_restrito2{
	position:absolute; 
	width:50%; 
	height:55%;
	top:40px;
	left:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.table_restrito{
	background-color:white;
	color:black;
	font-size:10px;
}
.input_restrito{
	border:1px solid #c7c7c7; 
	width:200px; 
	height:15px;
}
.erro_restrito{
	color:#990000;
	font-weight:bold;
}
.sucesso_restrito{
	color:#006633;
	font-weight:bold;
}
.link_restrito{
	text-decoration:none;
	color:#666666;
	border:0px;
}
.link_restrito:hover{
	text-decoration:none;
	color:#666666;
	border:0px;
}
.botao_restrito{
	border:1px solid #c7c7c7;
	background-color:white;
	font:Verdana;
	font-size:10px;
	width:60px;
	cursor:pointer;
}
.botao_restrito1{
	border:1px solid #c7c7c7;
	background-color:white;
	font:Verdana;
	font-size:10px;
	width:100px;
	cursor:pointer;
}
.checkbox_restrito {
	cursor:pointer;
}
