#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:275px;
	width:422px;
	background: transparent;
	border:0;
	z-index:9999;
	padding:10px;
	font-size:13px;
}
#popupContactClose{
	background:url("bt_fechar.png") no-repeat;
	right:-50px;
	top:0px;
	height:27px;
	width:62px;
	position:absolute;
	display:block;
	cursor:pointer;
}
