@charset "iso-8859-1";
/* CSS Document */
#contactPage .tituloAdress{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#666;
	font-weight:bold;
}
#contactPage .textoAdress{
	font-family:Arial, sans-serif;
	font-size:1.1em;
	color:#333;
	text-align:justify;
}
#contactPage .info{
	font-family:Arial, sans-serif;
	font-size:.8em;
	color:#333;
	font-weight:normal;
}
#contactPage .labels{
	font-family:Arial;
	font-size:1em;
	color:#666;
	font-weight:bold;
}

#contactPage input[type=reset], #contactPage input[type=submit], #contactPage input[type=button]{
	font-family:Tahoma;
	font-size:1em;
	color:#000;
	font-weight:bold;
	padding:3px;
	letter-spacing:1px;
	background:#EEE;
	border:solid 1px #666;
	width:140px;
}
#contactPage input[type=text],#contactPage textarea{
	font-family:Tahoma;
	font-size:1.2em;
	color:#000;
	padding:4px;
	border:solid 1px #CCC;
}
#contactPage input[type=text]:focus,#contactPage textarea:focus{
	border:solid 1px #666;
	background:#EEE;
}

#contactPage .realupload {
      position: relative;
      float: right;
      top: -21px;
      right: 20px;
      opacity:0;
      -moz-opacity:0;
      filter:alpha(opacity:0);
}

#contactPage .fakeupload {
      background: url("../inc-imgs/botao-selecione.png") no-repeat 99% 51%;
      cursor: default;
      background-color: #FFFFFF;
}
