#backgroundPopup
{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:101; 
}  
#popupContact
{  
	display: none;  
	position: fixed;  
	_position: absolute; /* hack for internet explorer 6*/ 
	background: rgb(255,255,255);
	border: 1px solid #333;
	z-index: 102;  
	padding: 20px;  
	font-size: 1em;
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);
	-moz-box-shadow: 0 0 10px rgb(0,0,0);
	box-shadow: 0 0 10px rgb(0,0,0);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
	#popupContact h1
	{
		text-align:left;
		font-size: 1.8em;
		border-bottom:1px dotted rgb(204,204,204);  
		padding-bottom:10px;  
		margin-bottom:20px;  
	}  
	#popupContactClose
	{  
		font-size:14px;  
		line-height:14px;  
		right:6px;  
		top:4px;  
		position:absolute;  
		color:#6fa5fd;  
		font-weight:700;  
		display:block;  
	}
	
	#popupContact #sample-games
	{
		width: 152px;
		float: left;
		margin-right: 20px;
	}
	
	#popupContact .gamecard-small
	{
		padding: 5px;
		margin-bottom: 10px;
		border: 1px solid rgb(204,204,204);
		font-size: 1.2em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		#popupContact .gamecard-small .thumb { 
			width: 140px;
			}
		#popupContact .gamecard-small h3
		{
			text-align: center;
			padding: 5px 0;
			font-size: 0.8em;
		}
		#popupContact .gamecard-owner
		{
			font-size: 0.6em;
			background: rgb(245,245,245);
			padding: 5px;
		}
		
		#popupContact .mechanic-level
		{
			display: block;
			margin-top: 2px;
		}
	#popupContact #flashwrapper
	{
		float: left;
		padding: 5px;
		margin-bottom: 10px;
		border: 1px solid rgb(204,204,204);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

.popup-samples
{
	width: 840px;
	height: 595px;
}
.popup-quest
{
	width: 954px;
	height: 590px;
}
.sample-lesson
{
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid rgb(204,204,204);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.sample-lesson .author-picture
	{
		margin-right: 20px;
		border: 4px solid rgb(245,245,245);
	}
	.sample-lesson h2
	{
		font-size: 1.4em;
	}
	.sample-lesson span
	{
		font-style: italic;
		margin-bottom: 10px;
		display: block;
		text-indent: 20px;
	}
	.sample-lesson p
	{
		margin-bottom: 10px;
	}
#youtube
{
	margin-bottom: 20px;
	height: 502px;
}

.popup-project-powerup
{
	height: 440px;
	width: 600px;
}
	#project-powerup-info
	{
		background-image: url('../images/teachers/project-power-up.jpg');
		width: 600px;
		height: 351px;
		margin-bottom: 10px;
	}
	.popup-project-powerup p
	{
		margin-bottom: 10px;
	}

.back-button {
	position: absolute; top: -10px; right: -10px;
	width: 20px; height: 20px;
	display: block;
	font-size: 24px;
	padding: 5px;
	background: #7cbe1d;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	border-radius: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
	}
.back-button:hover {
	background: #d4642a;
	color: #fff;
	}