#anyForm
{
	margin-left: 50px;
	margin-bottom: 1em;
}

#workspace
{
	width: 94px;
	overflow: hidden;
	clear: both;
}

#previewBox
{
	clear: both;
}

.framer
{
	border: 1px solid #000;
	float: left;
	font-family: courier;
	text-align: center;
}

.delay, .order 
{
	border-style: dotted;
	height: 15px;
	width: 18px;
	padding: 1px;
	color: #000;
	background-color: #3c6;
}

.delay
{
	border-left: 0;
	margin-top: 33px;
	background-color: #6f9;
}

.order
{
	border-right: 0;
}

.frame
{
	width: 50px;
	height: 50px;
}

.controlBtn, .frame
{
	cursor: pointer;	
}

.frame:hover
{
	border-color: #333;
	border-style: dotted;	
}

.separator
{
	clear: both;
	margin: 0;
	height: 5px;
}

.frameBox
{
	clear: both;
	margin: 0;
}

#frameMenu
{
	display: none;
	position: absolute;
	height: 40px;
	padding: 5px;
	border: 1px solid #000;
	border-left: 0;
	background-color: #666;
}

#frameMenu p input
{
	height: 40px;
	padding: 0 5px;
}

#imageMenu
{
	display: none;
	position: absolute;
	width: 226px;
	height: 227px;
	border: 1px solid #000;
	background-color: #666;
}

#imageMenu p
{
	border-bottom: 1px solid #000;
	background-color: #000;
	height: 18px;
}

#imageMenu p input 
{
	float: right;
	cursor: pointer;
	width: 18px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

#imageList
{
	width: 100%;
	height: 208px;
	overflow: auto;
}

.ImageChoice
{
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 1px;
}

#anyShow
{
	display: none;
	float: left;
	margin-left: 21px;
	border: 1px solid #000;
	clear: both;
}

#imageMenu p
{
	margin: 0;
}