@CHARSET "ISO-8859-1";
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
	border:solid 1px #FFF;
	width:395px; 
	height:223px;
	padding:10px;
	background-color:#DEDED9;

}
#boxes #dialog #int { 
	background:#FFF url(lib/img/chatonline_bg.jpg) repeat-x; 
	width:379px; 
	height:207px; 
	margin:8px auto; }

#boxes #dialog #int #int_close {  
	width:53px; 
	height:18px; 
	float:right; 
	margin-top:0px; 
	font-size:12px; color:#666; 
	border-bottom: dotted 1px #DEDED9; 
	border-left: dotted 1px #DEDED9;}
	
#boxes #dialog #int #int_close a{  
	width:53px; height:18px; 
	float:right; margin-top:0px; 
	font-size:12px; 
	text-decoration:none; 
	color:#666; 
	font-style:italic; }
	
#boxes #dialog #int #int_close a:hover{  
	width:53px; height:18px; 
	float:right; 
	margin-top:0px; 
	font-size:12px; 
	text-decoration:underline; 
	font-style:italic; }
	
#boxes #dialog #int #title {
	background:url(lib/img/chatonline_box_title.jpg) no-repeat;
	width:245px;
	height:48px;
	padding-top:0px; }

#boxes #dialog #int #btn_comercial {
	width:275px;
	height:49px;
	padding-top:24px; }

#boxes #dialog #int #line {
	width:365px;
	height:2px;
	background:url(lib/img/chatonline_line.jpg) no-repeat center center;
	padding-top:21px; 
}

#boxes #dialog #int #btn_suporte {
	width:275px;
	height:49px; 
}