@import url(admgeral.css);

body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address,
table, td, tr {
	font-size: 12px;
	font-family: arial, helvetica, verdana;
}

body {
	background:#f48000 no-repeat center;
	background-image:url(../img/admin/bg.jpg);
}
#geral, #texto {
	position:absolute;
	width:270px;margin-left:-135px;left:50%;
}
#geral {
	height:300px;top:50%;margin-top:-150px;
}
#texto {
	width:100px;margin-left:-50px;left:50%;
	height:120px;margin-top:-60px;top:50%;
	border:1px solid #000;
	background-color:#eee;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
}
#painel {
	margin:10px;
	width:85px;
	text-align:left;
}
input.botao{width:40px;background:#ddd;border:1px solid #000;font:10px Arial;}
