Waar ooit ergens kan ik de border van dit popupje aanpassen??
Ik kan het niet vinden, het moet 1px worden
Screenshot

Script
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="drag.js"></script>
</head>
<body>
<a href="javascript:showMe();">HERE</a>
<div id="theLayer" style="position:absolute;width:250px;left:100;top:100;visibility:hidden">
<table border="0" width="250" bgcolor="#000000" cellspacing="0" cellpadding="5">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="80">
<tr>
<td id="titleBar" style="cursor:move" width="100%" background="tile_cat.gif">
<ilayer width="100%" onSelectStart="return false">
<layer width="100%" onMouseover="isHot=true;if (isN4) ddN4(theLayer)" onMouseout="isHot=false">
<font face="Arial" color="#FFFFFF">Help!</font>
</layer>
</ilayer>
</td>
<td style="cursor:hand" valign="top" background="tile_cat.gif">
<a href="#" onClick="hideMe();return false"><font color="#ffffff" size=2 face="arial" style="text-decoration:none">X</font></a>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" style="padding:4px" colspan="2">
Just voor test<br>Just voor test<br>Just voor test<br>Just voor test<br>Just voor test<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>