@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#adm h2 span{ display: none;}
#adm h2 {
	background: url(../images/fuzzon_login.jpg) top left no-repeat; 
	width: 276px;
	height: 90px; 
	margin: 30px auto 20px auto;

}
#topo {
	line-height: 20px;
	background-color: #21242F;
	height: 30px;
	width: 100%;
	font-size: 0.8em;
	padding-top: 10px;
	border-bottom: groove 10px #ccc;
	
}
#topo a:link{ padding-left: 30px;}
#fieldset{
	width: 300px;
	margin: 0 auto;
	border: 1px solid #999999;
	background: #D9DADD;
	padding: 10px;
}
label{
font-size: 0.8em;
color:#2E4069;
font-weight: bold;
margin-left: 15px;
}
input{
	width: 250px;
	font-size: 1.3em;
	margin-left: 15px;
}
#button{
	width: 80px;
	color:#fff;
	font-size: 1.2em;
	border: 1px solid #3E7788;
	background:#838383;
	cursor: pointer;
	float: right;
	margin-top: 15px;
	margin-right: 12px;
}
.button{
	width: 100px;
	color:#fff;
	font-size: 1.2em;
	border: 1px solid #3E7788;
	background:#838383;
	cursor: pointer;
	float: right;
	margin-top: 15px;
	margin-right: 12px;
}
#rodape{
	position:relative;
	bottom: 0;
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-top: 80px;
	border-top: 1px solid #999;
	font-size: 0.8em;
}
#rodape a:link, #rodape a, #rodape a:visited{ color: #003366;}
#rodape a:hover{ color:#CC3300;}
#messageErro{
margin: 20px auto 5px auto; 
background:#FFFF99;
width: 95%; 
height: 40px;
padding: 15px 0 0 10px;
}