/* CSS Document */

#popup,#popit{
	position:absolute;
	z-index:-1;
	background-color:#FF3;
	color:#000;
	padding:20px;
	width:400px;
	font-size:95%;
	margin: 100px;
	border:dashed thick #000;
}

#Content{
	width:730px;
	padding:14px;
	margin:0 auto;
	border-left:solid thin #000;
	border-right:solid thin #000;
	background-color:#FFF;
}

#suduko{
	border:medium solid #000;
	margin:auto;
}
table#suduko td{
	border:thin solid #000;
}
#suduko td.suduko-bottom{
	border-bottom:medium solid #000;
}
#suduko td.suduko-right{
	border-right:medium solid #000;
}
div#suduko{
	float: left;
	margin:0 85px;
}
.draggable{
	float:left;
	border:thin solid #000;
	padding:2.5px;
	margin:3px;
}
.droppable{
	width:125px;
	height:125px;
}

.invasive{
	width:128px;
	border:6px solid rgb(255, 255, 255);
}

.source{
	width:168px;
	border:6px solid rgb(255, 255, 255);
	float:left;
}

.hidden{
	display:none;
}
