a:active{
  outline: none;
}
a link{
    text-decoration:none;
    border:none;
  outline: none;	
	
}
a img{
    border:0px;
}
a:active{
  outline: none;
}
a:selected{
  outline: none;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1900;
}
.popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background:#000;
border:1px solid #000;
z-index:2000;
/*padding:12px;*/
font-size:13px;
width: 715px;
}
.closebutton{
	text-align:right;	
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
.popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupContactCloseNew2{
	background-color:#none;
	height:30px;
}
.popupContactCloseNew2 a{
	width:30px;
	height:30px;
	background-image: url("/images/close.jpg");
	position: relative;
	display: block;	
}
.popupContactCloseNew2 a:hover{
	width:30px;
	height:30px;
	background-image: url("/images/close_over.jpg");
	position: relative;
    display: block;
}
.popupContactCloseNew2 a:active{
  outline: none;
}
.btn_fechar{
	width:25px;
	height:23px;
	border:solid 1px #eee;
	top:-15px;
	position:inherit;
	margin-bottom:5px;
	margin-right:2px;

}
.popup{
	border:solid 1px #eee;
}
.tit_pop{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}
.line_pop td{
	padding-top:5px;
	padding-bottom:5px;
}
.descricao_pop{
	clear:both;
	width:680px;
	height:400px;
	overflow:auto;
	padding-right:10px;
	/*border:solid 1px #eee;*/
	margin-left:10px;
	margin-bottom:20px;
	
}
.descricao_pop_print{
	clear:both;
	width:680px;
	padding-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	
}
.descricao_pop_mail{
	clear:both;
	width:710px;
	color:#AFAFAF;
	/*border:solid 1px #eee;*/
	margin-bottom:20px;
	
}