
.drop
{
	box-shadow: 0px 0px 0px 1px #000;
	display:block;
	height:110px;
	width:350px;
	margin:0 auto;
	background-color: rgba(178, 3, 196,0.25);
}

.drag
{
	background-color:rgba(178, 3, 196, 0.8);
	display:block;
	text-align:center;
	height:110px;
	width:350px;
	font-size:16px;
	top: 0px;
	left:10px;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 25px;
	cursor: move;
	color: #FFF;
}

#header h1 
{
	margin-top: 0px;
	font-size: 41px;
}

#header p 
{
	margin-top: 10px;
	font-size: 14px;
}

.ui-draggable-dragging
{
	z-index: 100;
	background-color:rgba(1, 195, 233, 1);
}

.ui-draggable
{
	z-index: 100;
}

.ui-droppable
{
	z-index: 0;
}

.arrowImage
{
	left: 20px;
	top: 15px;
	height: 100px;
}

.resetButton
{
	top: 35px;
	left: 200px;
	position: relative;
}

.ui-draggable-dragging {
  z-index:999;
}