.formbutton_fechar{
cursor:pointer;
border:0;
color:#000;
font-weight:normal;
height:20px;
text-indent:2px;
background:url(../img/formbg.gif);
text-decoration:none;
width:auto;
margin-right:5px;
}
#div_falecon {
	position:absolute;
	background-color:#FFFFFF;
	width:460px; 
	height:460px; 
	left:10px; 
	top:110px;
	padding-top:5px;
	z-index:999;
	border: #CBDCEF solid 2px;
	display:none;
}
#div_falecon img {	
	/*opacity for IE5+*/
  filter: alpha(opacity=90);
  /*opacity for older Mozilla browsers*/
  -moz-opacity: 0.9;
  /*opacity for mozilla/safari*/
  opacity: 0.9;
}