.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:120px;
	width: 200px;
	height:190px;
	margin: 10px;
	z-index: 10;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #ff7e00;
	background-image: url(../img/pop_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#floater div {
 float:left;
	margin:3px 0px 15px 3px;
	cursor:move;
	}
.draggable {
}

#floater p {
 margin:0px;
	}
.cont {
	text-align:center;
	line-height:100%;
	width: 190px;
	padding-top: 10px;
	}
.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;
}
