@charset "utf-8";
/* CSS Document */

.input{
	border:1px solid #999999;
	font-size:12px;
	color:#000033;
}

body{
margin:auto 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
background-image:url(../img/bg.gif);
background-color:#FFF;
text-align:center;
vertical-align:middle;
}

#tudo{
text-align:center;
margin:0px;
vertical-align:middle;
}

.conteudo{
width:912px; /* define largura do layout */
height:340px; /* define altura do layout */
text-align:left; /* define alinhamento horizontal do texto */
vertical-align:top; /* define alinhamento vertical do texto */
margin:0px; /*define espaçamento entre as bordas e o conteudo (não mexer!) */


}

.bt_view{
background-color:#FFF;
background-image:url(../img/visualiza.png);
background-position:center;
background-repeat:no-repeat;
border:0;
width:20px;
height:24px;
}



.bt_remove{
background-color:#FFF;
background-image:url(../img/apaga.png);
background-position:center;
background-repeat:no-repeat;
border:0;
width:20px;
height:24px;
}

.bt_file{
background-color:#FFF;
background-image:url(../img/file.png);
background-position:center;
background-repeat:no-repeat;
border:0;
width:20px;
height:24px;
}

.painel{
background-image:url(../img/grad1.png);
background-position:center;
background-repeat:repeat-x;
border:0;
color:#666;
}

.lista{
border-bottom:1px solid #CCC;
}

.area_restrita{
color:#C00;
size:12px;
font-weight:bold;
}

.titulo{
color:#666;
size: 18px;
font-weight:bold;
}

h2{
color:#666;
}

h4{
color:#333;
}

.nomecampo{
	font-size:14px;
	color:#666666;
	font-weight:bold;
	
}
.subnomecampo{
	font-size:10px;
	color:#666;
	text-align:right;
	}
