#alert {
	position: absolute;
	width: 460px;
	top: 100px;
	left: 290px;
	padding: 30px;
	overflow: hidden;
	display: block;
	background-color: #eee;
	opacity: 0.95;
	border: 1px solid #333;
}
#alert h1 {
  color: black;
	font-size: 1.5em;
	padding-top: 0px;
	margin-top: 0;
}
#alert p.link {
 margin: 0;
 margin-left: 20px;
}
#alert a:link, #alert a:visited {
  text-decoration: none;
	color: #00A;
}
#alert a:hover {
  text-decoration: underline;
}
#alert a.close:link, #alert a.close:visited {
 position: absolute;
 left: 435px;
 border: 1px dashed #999;
 padding: 2px 5px;
 color: #666;
}
#alert a.close:hover {
  background-color: #aaa;
	color: #eee;
	text-decoration: none;
}  