body {
	background-image: url(../images/layout/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f8f8f8;		
	font-family:Arial, Helvetica, sans-serif, Aero;

}

#box {

	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	

}

#topo {

	position:relative;
	width:990px;
	height:290px;

}

#topo #logo {
position:relative;
float:left;
z-index:30;
	
}

#topo #bandeiras {
	position:absolute;
	height: 45px;
	width: 80px;
	z-index:30;
	left: 720px;
	top: 25px;
	display:none;	
}

#topo #caixa-busca {
	position:relative;
	float:right;
	background-image: url(../../content/home/images/layout/img_busca.png);
	height: 81px;
	width: 199px;
	padding-top: 20px;
	z-index:30;
	background-repeat: no-repeat;
}



img {

border:0px;

}


#conteudo, #menu {

background-color:#FFFFFF;

}

.cinza, .cinza a {

font-size:10px;
color:#666666;
text-decoration:none;

}

.cinza_menor, .cinza_menor a {

font-size:10px;
color:#666666;
text-decoration:none;

}

#menu a {

text-align:right;
font-size:12px;
color:#002953;
text-decoration:none;


}

#rod {

background-color:#f0f0f0;
position:relative;
float:right;

}

#rod, #rod a {

font-size:10px;
color:#666666;
text-decoration:none;


}


/* Formulrio de Busca */
#busca-form {
	position:absolute;
	top:25px;
	left:45px;

}

#busca-form_b {

padding-bottom:10px;

}

#caixa-busca  .campo_busca {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #606060;
	height:16px;
	width:120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: transparent;
	text-align: right;
	margin-right: 5px;
}

.campo_busca_b {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color:#FFFFFF;
	height:18px;
	width:400px;
	background-color:#FFFFFF;
	text-align: left;
	border: 1px solid #CCCCCC;
}


.busca_OK  {
	display: block;
	background-image:url(../../content/home/images/layout/img_buscar.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 56px;
	height: 21px;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	BACKGROUND-COLOR: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
}

.busca_OK_ing  {
	display: block;
	background-image:url(../../content/home/images/layout/img_busca_ing.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 56px;
	height: 21px;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	BACKGROUND-COLOR: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
}

.busca_OK_b  {
	display: block;
	background-image:url(../../content/home/images/layout/img_buscar.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 56px;
	height: 21px;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	BACKGROUND-COLOR: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
}

/* ÁREA SERVIÇOS - LICENCIAMENTO CLAZ 

.SI-FILES-STYLIZED label.camada
{
    width: 150px;
    height: 22px;
    background: url('../../content/servicos/img/btn_escolher_arquivo_.png') 0 0 no-repeat;

    display: block;
    overflow: hidden;
    cursor: pointer;
	float: left;
}

.SI-FILES-STYLIZED label.camada input.selecionaArquivo
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}*/

.file_input_textbox{
	margin-left: 50px;
	float: left;
	width: 200px;
}

.file_input_div{
	position: relative; 
	width: 150px; 
	height: 22px; 
	overflow: hidden;
	float:left;
}

.file_input_hidden{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

.enviarArquivo{
	float:left;
}
