

.ws-debug {
	background-color: rgba( 255, 128, 0, 0.8);
	padding: 1em;
	z-index: 100;
}


.xdebug-error {
	margin-top: 100px;
}

#ws-beta {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 113px;
	height: 113px;
	background-image: url(../images/beta-banner.gif);
}

#ws-edit-page {
	font-family: Helvetica;
	font-size: 10px;
	opacity: 0;
	width: 100px;
	height: 100px;
	position: relative;
}

#ws-edit-page:hover {
	opacity: 1;
}

#ws-edit-page a {
	direction: block;
	position: absolute;
	top: 23px;
	left: 7px;
	padding: 3px 8px;
	background-color: orange;
	color: black;
	text-decoration: none;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

#ws-edit-page a:hover {
	background-color: black;
	color: orange;
}
