/*
#noname {
width:765px;
height:520px;
position:absolute;
top:10%;
left:50%;
margin-top:10px;
margin-left:-382px;
background-color:#FF0000;
}
*/
*{
text-decoration:none;
padding: 0px;
margin: 0px;
}

#noname {
width: 270px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -135px;
position: absolute;
}

#btn_fechar{
width: 30px;
height: 15px;
margin-top: 10px;
margin-left:900px;
float:left;
background:#FFF;
position:absolute;
}

html, body {
width:100%;
height:100%;
background-color: #FFF; /*Mudar cor de fundo da pagina*/
font-family:Arial, Helvetica, sans-serif;
}

#topo{
width:850px;
height:70px;	
margin:0 auto;
padding:10px 0 5px;
}

#fundo{
width:100%;
height:20px;
background:#000;
margin:5px auto 0;
padding:5px 0;
}

#menu{
width:850px;
margin-top:0;
left:50%;
margin-left:-425px;
position: absolute;
z-index:3;
}



#container{
width:850px;
min-height:620px;
margin:0 auto;
}

#pe{
width:100%;
height:25px;
border-top:#303030 1px solid;
padding:5px 0;
margin:5px auto;
}

.logo{
width:155px;
height:70px;
}

.fonte { font: 9px Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #808080; font-weight: none; font-style: none;}
.fonteoff { font: 9px Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #404040; font-weight: none; font-style: none;}
.fonterodape { FONT-SIZE: 9px; COLOR: #808080; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: none; font-style: none; }
.link { COLOR: #808080; TEXT-DECORATION: none; font-size: 12px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;  font-weight: none; }
.link:hover { COLOR: #8cccca; text-decoration: none; }
.link2{ COLOR: #303030; TEXT-DECORATION: none; font-size: 11px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;  font-weight: none; letter-spacing:1px;	 }
.link2:hover{ COLOR: #000; text-decoration: none; }


.texto{ font: 12px Tahoma, Arial, Verdana, Helvetica, sans-serif; color: #333; font-weight: none; font-style: none;}


p.texto a{COLOR: #808080; TEXT-DECORATION: none; font-size: 12px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;  font-weight: none; }
p.texto a:hover { COLOR: #8cccca; text-decoration: none; }

.form{
font-size:10px; 
border:none;
padding:2px;
background-color:#EFEFEF;
}

.box1{
width:100px;
height:20px;
float:left;
}

.box{
width:700px;
height:35px;
margin-top:8px;
}

.box div{
min-width:200px;
height:12px;
padding:3px 0 0 4px;
float:left;
}

form{
	width:850px;
}

form fieldset {
	border:none;
}

.legend{
	height:30px;
	font-weight:bold;
}

form fieldset label {
	display:block;
	height:40px;
	width:850px;
}

form fieldset label input {
	width:840px;
	background-color:#D7D7D7;
	border:#A8A8A8 1px solid;
	color:#000;
	padding:2px;
}

form fieldset label textarea{
	background-color:#D7D7D7;
	border:#A8A8A8 1px solid;
	color:#000;
	padding:2px;
	width:840px;
	height:300px;
	scrollbar-face-color: #A8A8A8;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-arrow-color: #ccc;
	scrollbar-track-color: #A8A8A8;
}

form fieldset input.botao{
	floaT:right;
	margin:10px 0;
}






