#motioncontainer {
	WIDTH: 650px;
	text-align: center;
	margin-left: 0px;
	top: 0;
	left: 0;
	margin-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 64px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#motioncontainer A IMG {
	BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: #cccccc 0px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid
}
#motioncontainer A:hover IMG {
	BORDER-RIGHT: navy 0px solid; BORDER-TOP: navy 0px solid; BORDER-LEFT: navy 0px solid; BORDER-BOTTOM: navy 0px solid
}
#statusdiv {
	BORDER-RIGHT: gray 0px solid;
	BORDER-TOP: gray 0px solid;
	LEFT: -300px;
	VISIBILITY: hidden;
	BORDER-LEFT: gray 0px solid;
	BORDER-BOTTOM: gray 0px solid;
	POSITION: absolute;
	BACKGROUND-COLOR: lightyellow;
	padding: 0px;
}
#motioncontainer A:hover {
	COLOR: red
}
