		#floater { 
			position: absolute;
			z-index: 1000;
			left: 0; 
			top: 0; 
			width: 402; 
			visibility: hidden; 
			margin: 0 0 0 0; 
			padding: 0 0 0 0;
			list-style: lower-alpha ;
		}
		a.close {
			text-decoration:none; 
			font-family:MS Sans Serif,Arial; 
			font-size:10px; 
			color:red; 
			padding: 5 5 5 5; 
			font-weight:bold;
		}
		td.header{
			background-color: white;
			border-left: solid 1 red; 
			border-right: solid 1 red; 
			border-top: solid 1 red; 
		}
