.close {
position: fixed; 
top: 0; left: 0; 
width: 50px; 
height: 20px;
z-index: 1;
background-color: #fff;
padding: 5px;
}
.close A {
font-weight: bold;
font-size: 100%;
line-height:16pt;
font-family: arial, helvetica;
color: #666666;
background-color: #fff;
}
.close A:hover {
font-weight: bold;
font-size: 100%;
line-height:16pt;
font-family: arial, helvetica;
color: #CCC;
background-color: #fff;
}