@charset "utf-8";
/* CSS Document */

#DragDrop {
	margin-left: 30px;
	margin-bottom: 50px;
}

#DragContent {
	float: left;
	width: 45%;
}

#DropContent {
	float: right;
	width: 45%;
	margin-right: 30px;
}


.drop_spot {
	width: 120px;
	height: 120px;
	/*border: 1px solid rgba(255,255,255,0.4);*/
	background-color: rgba(255,255,255,0.4);
}

.drag_spot {
	width: 120px;
	height: 120px;
	margin-left: 10px;
	margin-top: 30px;
	position: relative;
	border: 1px solid #999999;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.drag_spot img {
	display: block;
	margin: 2px;
}

.drop_spot img {
	display: block;
	position: absolute;
	bottom: 0px;
}

#DragSpot1, #DragSpot2, #DragSpot3, #DragSpot4, #DragSpot5, #DragSpot6, #DragSpot7, #DragSpot8 {
	float: left;
}

#Fridge {
	width: 340px;
	height: 579px;
	background-image: url(../images/1211-refridgerator.png);
	background-repeat: no-repeat;
	position: relative;
}

#DropSpot1 {
	position: absolute;
	left: 24px;
	top: 84px;
	/*background-image: url(../images/1211-cake.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}

#DropSpot2 {
	position: absolute;
	left: 190px;
	top: 84px;
	/*background-image: url(../images/1211-fruit.png);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#DropSpot3 {
	position: absolute;
	left: 24px;
	top: 206px;
	/*background-image: url(../images/1211-fish.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}

#DropSpot4 {
	position: absolute;
	left: 190px;
	top: 206px;
	/*background-image: url(../images/1211-pork-chop.png);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

#DropSpot5 {
	position: absolute;
	left: 24px;
	top: 328px;
	/*background-image: url(../images/1211-ground-beef.png);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

#DropSpot6 {
	position: absolute;
	left: 190px;
	top: 328px;
	/*background-image: url(../images/1211-chicken.png);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

#DropSpot7 {
	position: absolute;
	left: 24px;
	top: 450px;
	/*background-image: url(../images/1211-chicken.png);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

#DropSpot8 {
	position: absolute;
	left: 190px;
	top: 450px;
	/*background-image: url(../images/1211-chicken.png);
	background-repeat: no-repeat;
	background-position: bottom center;*/
}

#DropSpot1 img, #DropSpot3 img {
	right: 0px;
}

#DropSpot2 img, #DropSpot4 img {
	left: 0px;
}

#DropSpot5 img, #DropSpot7 img {
	left: 0px;
	
}

#DropSpot6 img, #DropSpot8 img {
	right: 0px;
}

#DragDropCheckHolder1 {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 24px;
	top: 175px;
}

#DragDropCheckHolder2 {
	width: 25px;
	height: 25px;
	position: absolute;
	/*left: 167px;*/
	left: 190px;
	top: 175px;
}

#DragDropCheckHolder3 {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 24px;
	top: 297px;
}

#DragDropCheckHolder4 {
	width: 25px;
	height: 25px;
	position: absolute;
	/*left: 167px;*/
	left: 190px;
	top: 297px;
}

#DragDropCheckHolder5 {
	width: 25px;
	height: 25px;
	position: absolute;
	/*left: 96px;*/
	left: 24px;
	top: 419px;
}

#DragDropCheckHolder6 {
	width: 25px;
	height: 25px;
	position: absolute;
	/*left: 96px;*/
	left: 190px;
	top: 419px;
}

#DragDropCheckHolder7 {
	width: 25px;
	height: 25px;
	position: absolute;
	/*left: 96px;*/
	left: 24px;
	top: 542px;
}

#DragDropCheckHolder8 {
	width: 25px;
	height: 25px;
	position: absolute;
	/*left: 96px;*/
	left: 190px;
	top: 542px;
}

.DragForm {
	position: absolute;
	top: 590px;
	left: 100px;
	margin-bottom: 10px;
	text-align: center;
}

.DragForm input {
	font-size: 0.8em;
}

.FeedbackHolder {
	display: none;
}

#FeedbackDisplayHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 80%;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	margin: 0px;
	padding: 10px;
	box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
}

#FeedbackDisplayHolder p:first-child {
	margin-top: 0px;
}

