@charset "iso-8859-1";
html, body{
	height:100%;
	font-family:Verdana;
	background-color:#333;
	font-size:12px;
	background-image:url(../class.imagensGrupo/bg_body.png);
	margin: 0px;
	padding: 0px;
}
.bg_top{
	background-image:url(../class.imagens/border_top.png);
}

.bg_left{
	background-image:url(../class.imagens/border_left.png);
}

.bg_down{
	background-image:url(../class.imagens/border_down.png);
}

.bg_right{
	background-image:url(../class.imagens/border_right.png);
}
.aviso{
	color:#F00;	
}
.sucess{
	color:#090;	
}
.class70{
	-moz-opacity: 0.7;
	opacity:.7;
	filter: alpha(opacity=70);	
}

a:link {
	text-decoration: none;
	color:#333;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;
	color:#999;
}
a:active {
	text-decoration: none;
color:#333;
}
.div#box {
   width: 350px;
   text-align: left;
   margin: 20px auto 0px;
}
 
.round span{
   display: block;
   background: #9CF;
   overflow: hidden;
}
.round .r1 {margin:0 5px; height: 1px;}
.round .r2 {margin:0 3px; height: 1px;}
.round .r3 {margin:0 2px; height: 1px;}
.round .r4 {margin:0 1px; height: 2px;}
 
.conteudo {
   background:#9CF;
   overflow:hidden;
   padding:10px;
}
.ledLink{
	font-size:10px;
	color:#333;
}