
p#closeBtn {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding: 0px;
	width: 80px;
	font-size: 10px;
}
	
p#closeBtn a{
	margin: 0;
	padding: 0;
	display: block;
	height: 24px;
	background: url(images/closeBG.gif) no-repeat 0 0;
	text-indent:-9998px;
}

p#closeBtn a:hover{
	display: block;
	height: 24px;
	background: url(images/closeBG.gif) no-repeat 0px -24px;
}
