@charset "utf-8";
body{
	background-color:#515647;	
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:000;
}
#IframeContent{
	border-color:#000;
	border-bottom-style:solid;
	border-bottom-width:2px;	
}
.MainDiv{
	width:800px;
	height:450px;
	background-image:url(../Images/BG.jpg);
}
#Title{
	color:#FFF;
	font-size:16px;
	text-align:center;	
	padding-top:20px;
}
.DragableObject1{
	position:absolute;
	left:200px;
	top:50px;
	width:50px;
	height:30px;
	background-image:url(../Images/ObjectBG.png);
	text-align:center;
	padding-top:20px;
	cursor:move;
}
.DragableObject2{
	position:absolute;
	left:200px;
	top:150px;
	width:50px;
	height:30px;
	background-image:url(../Images/ObjectBG.png);
	text-align:center;
	padding-top:20px;
	cursor:move;
}
.DragableObject3{
	position:absolute;
	left:200px;
	top:250px;
	width:50px;
	height:30px;
	background-image:url(../Images/ObjectBG.png);
	text-align:center;
	padding-top:20px;
	cursor:move;
}
.TargetObject1{
	position:absolute;
	left:550px;
	top:50px;
	width:50px;
	height:30px;
	background-image:url(../Images/TargetBG.png);
	text-align:center;
	padding-top:20px;
}
.TargetObject2{
	position:absolute;
	left:550px;
	top:150px;
	width:50px;
	height:30px;
	background-image:url(../Images/TargetBG.png);
	text-align:center;
	padding-top:20px;
}
.TargetObject3{
	position:absolute;
	left:550px;
	top:250px;
	width:50px;
	height:30px;
	background-image:url(../Images/TargetBG.png);
	text-align:center;
	padding-top:20px;
}
.CheckButton{
	position:absolute;
	left:350px;
	top:350px;
	width:100px;
	height:30px;
	background-image:url(../Images/ButtonBG.png);
	text-align:center;
	padding-top:20px;
	color:#FFF;
	cursor:pointer;
}