
div.assmntStage_over{
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:black;
	-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	opacity:0.7;
}


div.assmntStage_win{
	top:10%;
	left:10%;
	height:70%;
	width:80%;
}

.assmntStage_co{
	height:100%
}

iframe.assmntStage_fra{
	margin-top:30px;
	height: 100%;
	width: 100%;
	background-color: white;
	border: 2px solid #83a938;
}
a.assmntStage_x{
	background: url(../img/txt/cross.gif) top left no-repeat;
	text-decoration: none;
	display: block;
	width: 22px;
	height: 22px;
	float: right;
}
a.assmntStage_x:hover{
	background: url(../img/txt/crossOver.gif) top left no-repeat;
}
a.assmntStage_x span{
	visibility: hidden;
}
div.assmntStage_ti{
	position: absolute;
	top:0px;
	width:100%;
	right:0px;
	height:25px;
	color: white;
	font-size:20px;
	font-weight: bold;
	
}


