#notify_lightbox {
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	cursor:pointer;
	z-index:100;
}
#notify {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-150px;
	height:200px;
	width:300px;
	border:1px solid #ff0000;
	//border:1px solid #1e6ea6;
	background-color:#ffffff;
	padding:24px;
	border-radius:8px;
	z-index:101;
	cursor:pointer;
}
#notify .help_bubble {
	position:absolute;
	top:8px;
	right:8px;
}
#notify .top {
	position:relative;
	float:left;
	font-size:16px;
	font-family:Helvetica;
	width:100%;
	min-height:20px;
	text-align:center;
}
#notify .border {
	position:relative;
	float:left;
	margin-left:10%;
	width:80%;
	height:6px;
	margin-bottom:4px;
	border-bottom:1px solid #1e6ea6;
}
.cedar #notify .border {
	border-bottom:1px solid #5f4180;
}
#notify .bottom {
	position:relative;
	float:left;
	font-size:14px;
	font-family:Helvetica;
	width:100%;
	min-height:20px;
	margin-top:10px;
	text-align:center;
}
