	
#layer1 {
	position: absolute;
	visibility: hidden;
	background: url('http://images.neopets.com/help/bumper/bg.png');
	width: 580px;
	height: 300px;
	left: 180px;
	top: -250px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat: no-repeat;
}
	
#open {
	
	background: url('http://images.neopets.com/help/bumper/buttons/yes.png');
	float: left;
	left: -320px;
	width: 177px;
	height: 137px;
	overflow:hidden;
	text-align: center;
	cursor: pointer

}


#open:hover {
   background: url('http://images.neopets.com/help/bumper/buttons/yes.png') repeat 0 -137px;
} 

#open-text {
position: relative;
	
	
		top: 70px;
		left: 5px;
		width: 165px;
		height: 90px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 8pt;
	
}



#close {
	position: absolute;
	background: url('http://images.neopets.com/help/bumper/buttons/no.png');
	float: right;
	left: 220px;
	width: 177px;
	height: 137px;
	overflow:hidden;
	cursor: pointer

}

#close-hover {
	position: absolute;
	background: url('http://images.neopets.com/help/bumper/buttons/no.png') repeat 0 -137px;
	float: right;
	left: 220px;
	width: 177px;
	height: 137px;
	overflow:hidden;
	cursor: pointer

}

#close:hover {
   background: url('http://images.neopets.com/help/bumper/buttons/no.png') repeat 0 -137px;
}

# a:hover .close {
    background: url('http://images.neopets.com/help/bumper/buttons/no.png') repeat 0 -137px;
}
#close-text {
position: relative;
	
	top: 65px;
	left: 0px;
	width: 180px;
	height: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}



 
} 

