.deleteme {
	cursor: pointer;
	width: 26px;
	height: 27px;
	margin: 0px;
}
.poof {
	background: transparent url(../images/poof.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
	height: 32px;
	position: absolute;
	width: 32px;
}

#floater {
	position: absolute;
	left:75%;
	top:180px;
	width: 200px;
	height:150px;
	margin: 10px;
	z-index: 10;
	background-color: #d5d5d5;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
	padding: 2px 3px 3px;
	}
#floater div {
	float:left;
	margin:3px 0px 5px 3px;
	cursor:move;
	}
.draggable {
}

#floater p {
 margin:0px;
	}
.cont {
	text-align:center;
	line-height:100%;
	width: 190px;
	padding-top: 0px;
	}
.cont img {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 10px;
	}
a#demo {
	font-size:10px;
	line-height:100%;
	cursor: pointer;
	background-color:#CA2851;
	padding:2px;
	color:#FFFFFF;
	margin:2px 5px 2px 5px;
	}
	#insideParent{
	width: 100px;
	height: 100px;
	background-color: #9c0;
	color: #fff;
}

