* { 
	margin: 0 auto; 
	padding: 0; 
} 

body, h1, h2, h3, div, img, ul, li{
	border: 0px;
	margin: 0px;
	padding:0px;
}

body { 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", helvetica, sans-serif;
	font-size: 68.75%;
	text-align: left; 
	background: #000 url("../images/fundo.jpg") repeat-y;
}

#geral{
  width: 580px;
  background: #fff url("../images/logo.jpg") no-repeat;
  height: 500px;
  padding: 30px 20px 0px 20px;
}

h1{
  font-size: 1.2em;
}

.esconde{
  display:none;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;

}

.pointer{
  cursor: pointer;
}

input, textarea{  
  font-family: "Trebuchet MS", "Lucida Sans Unicode", helvetica, sans-serif;
	font-size: 1em;  	
	background-color: #EBEBEB;
	border: 1px solid #ccc;	
}

textarea{
  clear: both:
  width: 400px;
}

 
select{
	background-color: #EBEBEB;
	border: 1px solid #777;
}
        
label{
	display: block;
	width: 60px;
	float: left;
			
}

.radio, .checkbox{
	background-color: transparent;
	border: 0px;
}

fieldset{
	padding: 10px;
	margin: 0px;
	width: 80%;
}

html>body fieldset{
	border: 1px solid #eaeaea;
	margin: 15px 0px -10px 0px;
}
