/*
##################################
# Author: Todd Langford          #
# Copyright © 2009 Todd Langford #
##################################
*/


/*Info Popup*/

#PopUp {
	display: none; 
	position: absolute; 
	left: 10%; 
	top: 50px; 
	border: 1px solid #000000; 
	padding: 10px; 
	background-color: #FFFFFF; 
	text-align: left; 
	font-size: 12px; 
	width: 80%;
	color: #000000;
	z-index: 9002;
}

#PopUp a {
	color:#000000;
	text-decoration: underline;
}

#PopUpTitle {
	border-bottom: 1px solid #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#emailtitle {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

.headertitle {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

. 	header {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 12px;
}


#blanket {
	background-color: #FFFFFF;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}


