
*
{
	margin:0;
	padding:0;
	list-style-type:none;
}

html, body
{
	font:normal normal normal 1em/1.4 arial,sans-serif;
	background:#fff;
	color:#444;
}
body
{
	padding:10px;
	font-size:100%;
}

h1
{
	font-size:1.88em;
	letter-spacing:-1px;
	font-weight:normal;
}

p, h2
{
	font-size:0.88em;
}
p
{
	width:700px;
}

p.function-credit
{
	clear:both;
	padding-top:30px;
	font-size:0.78em;
	color:#777;
	text-align:right;
}
p.function-credit code
{
	font-family:monaco,courier,monospace;
	letter-spacing:-1px;
}
p.function-credit a, p.function-credit a:visited
{
	color:#777;
	text-decoration:none;
}
p.function-credit a:hover, p.function-credit a:focus
{
	text-decoration:underline;
}

abbr
{
	font-style:normal;
	border:none;
	cursor:default;
}

#output
{
	float:left;
	width:346px;
	height:338px;
	overflow:auto;
	border:1px solid #999;
	margin-top:20px;
}

#output table
{
	width:100%;
	border:none;
	border-collapse:collapse;
	font-size:0.83em;
}

#output table td, #output table th, #output h2
{
	text-align:left;
	border:1px solid #999;
	padding:2px 4px;
}
#output h2
{
	background:#fbb;
}
#output table th
{
	background:#ddd;
}
#output table th code
{
	font-family:monaco,"courier new",monospace;
	letter-spacing:-1px;
	font-size:0.93em;
}
#output table td
{
	width:75%;
}
#output table td:first-child
{
	background:#eee;
	width:25%;
}

#input
{
	float:left;
	margin-left:8px;
	width:340px;
	height:340px;
	margin-top:20px;
}

#input iframe
{
	position:relative;
	top:-22px;
	z-index:100;
	background:#fff;
	border:1px solid #999;
	width:338px;
	height:338px;
}

#input form, #input fieldset
{
	margin:0;
	padding:0;
	border:none;
}
#input input
{
	border:none;
	padding:0;
	height:16px;
	width:16px;
	padding:2px;
	background:#fff;
	border:1px outset #999;
	position:relative;
	top:2px;
	left:2px;
	z-index:200;
	cursor:pointer;
	opacity:0.95;
}


