@charset "utf-8";
/* CSS Document */

#menuop a{
	text-decoration:none;
	border:none;
	display:block;
	color:#000000;
	height: 25px;
}

#menuop a:hover{
	color:#FFFFFF;
	background-color:#00CC66;
	height: 25px;
	display:block;
}

body{
	background-image:url(../img/fundo1.jpg);
	background-position:left;
	background-attachment:fixed;
}

#conteudo{
	background-color:#DDFFDD;
}

#conteudo2{
	width:800px;
}

#titulo{
	/* Gecko */
	font-size:24px;
	color:#000000;
	text-shadow:5px -3px 3px #006600;
	
	/* IE */
  	filter: Shadow(Color=#006600, 
                   Direction=45, 
                   Strength=3);
}

#texto{
	padding-top:5px;
	margin-top:5px;
	color:#003300;
	width: 600px;
}
/*
#fotos{
	float:left;
}*/

fieldset{
	background-image:url(../img/form1.png);
	border: 1px solid #ffffff;
	padding: 6px 1px 1px 10px;
	*padding: 30px 20px 20px 20px;
	width: 24em;
	position:relative;
	z-index: 10;
}

legend{
	color: #FFFFFF;
	border: 1px solid #ffffff;
	padding-left: 5px;
	background-color:#00CC66;
}

label{
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding: 2px 2px 2px 2px;
}

input{
	width:20em;
	background: white;
	border: 1px solid black;
	padding-right: 2px;
	padding-left: 1px;
}

textarea{
	width:20.6em;
	padding-right: 2px;
	border: 1px solid black;
}

#enviar{
	width:8em;
	position:static;
}

#limpar{
	width:8em;
	position:static;
}

select{
	width:20.4em;
}

#tabela{
	width:790px;
}