#fade2{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#light2 {
	display: none;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 300px;
	height: auto;
	margin-top:-100px;
	margin-left:-150px;
	padding: 16px 16px 30px 16px;
	border: 2px solid #6D929B;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

p.head {
	font-weight:bold;
	font-size:1.6em;
	color:#991e1f;
	margin-bottom:0.2em;
	}
p.sendthead {
	font-weight:bold;
	font-size:1.6em;
	color:#991e1f;
	margin-bottom:0.2em;
	text-align:center;
	}
p.info {
	margin:0 0 0 0.5em;
	color:#777;
	font-size:12px;
	}
