/*====================================================================================================================================*/
/* Blackboard & Chalk */
div#blackboard {
	position:absolute;	
	top:0;
	left:0;
	background:#000;
	width:100%;
	height:100%;	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:500;	
	margin:0;
	padding:0;
	min-width:980px;  /* needed for Firefox and IE7 */
}

div#blackboard iframe {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

div#chalk * {
	padding:0;
	margin:0;
}

div#chalk {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	font-family:Arial, Verdana, Georgia, "Courier New", "Trebuchet MS";
	padding:0;
	color:#FFF;
}

div#chalk div#chalk_content {
	background:url("../../images/upsell/background.png") top left no-repeat;
	padding:60px 190px 0 30px;
	font-size:12px;
	line-height:17px;
	height:412px;
	behavior:url("/totally_theatre/css/iepngfix.htc");
}

div#chalk div#chalk_content h3 {
	color:#ED001C;
	font-weight:normal;
	padding:0 0 15px 0;
	font-size:13px;
}

div#chalk div#chalk_content a {
	text-decoration:underline;
}

div#chalk div#chalk_content p {
	padding:0 0 10px 0;
}

div#chalk div#chalk_content ul {
	padding:0 0 10px 15px;
}

div#chalk div#chalk_content p.last a {
	color:#FFF;
}

div#upsell_bottom {
	background:url("../../images/upsell/bottom.png") top left no-repeat;
	width:441px;
	height:9px;
	clear:both;
}

a.join_link {
	display: block;
	width: 155px;
	height: 155px;
	position: absolute;
	right: 20px;
	top: 15px;
	text-indent: -5000px;
}