
/* the overlayed element */
.overlay {
	background:url(../images/white.png);		
	display:none;
	padding-bottom:150px;
	padding-left:90px;
	padding-right:90px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


#alert {
	width:300px;
	height:320px;
}

#alert div.close {
	top:0;
	right:0;
}

#alert h2 a{
	font: 17px Tahoma;
	color: #666;
	text-decoration: none;
}
#alert h2 a:hover{
	font: 17px Tahoma;
	color: #000;
}
