/* $Id: demo.css,v 1.1 2007/02/15 00:29:49 patrick Exp $ */

div.demo_layer_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000;
	opacity: 0.70;
}

div#demo_control {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40ex;
	height: auto;
	z-index: 200;
	border: solid 5px #000;
	background: #fff;
	color: #000;
	padding: 0;
}

div#demo_control h1 {
	margin: 0;
	padding: 0 2px;
	font-size: 120%;
	border-bottom: solid 1px #999;
}

div#demo_control p {
	font-size: smaller;
	padding: 3px;
}

div#demo_control a.demo_control_next_subpart {
	float: right;
	font-size: larger;
	font-weight: bolder;
	text-decoration: none;
}

