#dj{
	position:absolute;
	background-color:white;
	border:1px solid #339999;
	display:none;
	z-index:9999;
}
#dj .djTopo{
	width:100%;
	height:12px;
	background-color:#B1E4E4;
	border-bottom:1px solid #339999;
}
#dj .djTitulo{
	float:left;
	color:#339999;
	width:385px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	cursor:pointer;
}
#dj .djBotoes{
	color:#004040;
	font-family:Verdana;
	font-size:10px;
	letter-spacing:1px;
	padding-left:10px;
}
#dj .djBotoes div{
	font-family:Verdana;
	font-size:9px;
}
#dj .djBotao{
	border:1px solid #339999;
	font-weight:bold;
	color:#339999;
	width:80px;
	height:17px;
	background-color:white;
	font-size:9px;
	font-family:Verdana;
	cursor:pointer;
}