/* "Copyright (c) 2006 Yahoo! Inc. All rights reserved." */
body {
   margin:0;
}

#doc {
   margin:10px;
}

#anim, #end {
   background:#ccc;
}

#motion
{
	font-size: 24px;
	width: 100px;
	height: 75px;
	top: -200px;
	left: -200px;
	position: absolute;
	border-color: #333 #333 #999 #999;
	border-width: 2px 2px 3px 3px;
	border-style: solid;
}
#motion_large {
   font-size:0;
   visibility:hidden;
}

#size {
   background:#ccc;
   font:100%/1.2em arial;
   width:300px;
   height:300px;
}

#scroll {
   background:#ccc;
   font:100%/1.2em arial;
   width:400px;
   height:200px;
   overflow:auto;
}

#scroll p {
   width:600px;
}

#end {
/*   background:red;*/
   font-size:0;
   position:relative;
   left:200px;top:100px;
}

#hid
{
	top: -1000px;
	left: -1000px;
	position: absolute;
}
#sho
{
	position: absolute;
	top: 100px;
	left: 300px;
}
#hint
{
	text-align: center;
	position: relative;
	top: 0px;
	color: #FF0;
	font-family: geneva,verdana,sans-serif;
	font-size: 9pt;
	opacity:.5;
	width: 540px;
}
#capt
{
	text-align: center;
/*	position: absolute;*/
	bottom: 0px;
	color: #ccc;
	font-family: geneva,verdana,sans-serif;
	font-size: 9pt;
	line-height: 135%;
	background-color: #333;
/*	opacity:.9;*/
	width: 540px;
	z-index:100;
}

