#fxPanel {
	position:			relative;
	margin:				10px 0;
	width:				640px;
	height:				640px;
	background:			#333;
	overflow:			hidden;
}

#canvas {
	position:			absolute;
}

#fxTarget {
	position:			absolute;
	background:			#f66;
	width:				50px;
	height:				50px;
}

.lft {width:15%; text-align: right; font-weight: bold; color: #888; padding-right: 5px;}
.rgt {width:35%; text-align: left}
