/* Mcintosh Popup CSS */

#pop-main {
	margin: 15px auto;
	text-align: center;
	width: 500px;
	border: 5px dashed #000;
	background-color: #fff;

	font: 13px Verdana, Arial,sans-serif;
	color: #151515;
}

/* Define the style of the content */
#pop-content {
	position: relative;
	padding: 20px;
	text-align: left;
}


/* Text Styles */

#pop-content h1 {
	font: normal bold 26px/30px Tahoma, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-align: center;
	margin:0;
}
#pop-content h2 {
	font-size: 12px;
}


#pop-content #wehatespam {
	font-size:.9em;
	font-style:italic;
}

/* The post headline */
#pop-content .posthead {
	text-align: center;
}

#pop-content form {
	float:right;
	width:200px;
	margin-left:20px;
}
#pop-content label {
	font-weight:bold;	
}

#pop-content input.textbox {
	margin-bottom:10px;
	width:180px;
}

/* The post headline text */
#pop-content .postheadtext {
	background-color:#FFFF66; font-weight:bold;
}


#pop-content li {
	padding-bottom: 5px;
	margin-left: -20px;
}

#SignupSummary {text-align:center;color:red;}
#SignupSummary li {text-align:left; margin-left:150px;}
