#examplewrapper {

	position: absolute;
	top: 4em;
	right: 0;
	text-align: center;
	margin: 20px auto 0;
	padding: 10px;
	z-index: 10000;
	background: rgb(250,250,250);
	background: rgba(240,240,240,.7);
	border: 1px dotted rgb(230,230,230);
	background-image: url(../images/stripes.png);

	h3.legend {
		color: #888;
		line-height: 1em;
		margin: 0;
		padding: 0;
		font-weight: normal;
		text-transform: uppercase;
		top: -1em;
		width: 100%;
		text-align: center;
		position:absolute;
	}
	h2 {
		text-shadow: none;
		font-style: normal;
	}

	#togglePreview {
		text-align: center;
		background: white;
		background: rgba( 255, 255, 255, .7 );
		white-space: nowrap;
		font-size: .95em;
		margin: .75em 0;
		padding: .5em;
		display: block;
		clear:both;
	}
}