@charset "utf-8";
/* CSS Document */

.block { 
   position: relative;
   top: 5px;
   left: 5px;
/*   border: 1px solid #849412;
   background-color: #eff2e9;*/
   width: 175px; 
   /*height: 20px;*/
   margin: 3px;
   z-index: 200;
}

.block2 { 
   position: relative;
   top: 5px;
   left: 5px;
   border: 1px solid #849412;
   background-color: #eff2e9;
   width: 190px; 
   /*height: 20px;*/
   margin: 3px;
   z-index: 1000;
   display:none;
}
.dropped { 
   position: relative;
   top: 0px;
   left: 0px;
   background-color: ##efffe9;
   width: 410px; 
   /*height: 15px;*/
   margin: 3px;
   z-index: 100;
}
.drop { 
	background-color: #eff2e9;
/*	border: 1px solid #849412;*/
	width: 422px;
	margin-left: 6px;
  	padding: 3px 3px 4px;
	position: relative;
	top: 5px;
	right: 5px;
	opacity: 1.0;
}
.droppable-active {
	opacity: 1.0;
}
.droppable-hover {
	outline: 1px dotted red;
	border: 2px double #c17d11;
	background-color: #aaaaaa;
}