
#debugbar {
	font-size: 12px;
	font-family: sans-serif;
	position: fixed;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	background-color: #eeeeee;
	color: #333333;
	text-shadow: 1px 1px 0px #eeeeee;
	z-index: 1001;
	border-top: 1px solid #bbbbbb;
	overflow: auto;
	max-height: 500px;
	z-index: 1001;
}

#debugbar .item {
	float: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
}

#debugbar .item IMG {
	margin-right: 5px;
	vertical-align: middle;
}

.debugbarpopup {
	position: fixed;
	right: 000px;
	background-color: rgba(240, 240, 240, 0.95);
	min-height: 10px;
	max-height: 500px;
	border-top: 1px solid #999999;
	border-bottom: 0;
	overflow: auto;
	text-align: left;
	bottom: 30px;
	right: 0px;
	left: 0px;
	padding: 3px;
	z-index: 1003;
	display: none;
}

#debugreq PRE.sql {
	display: inline;
}

#debugreq TD {
	vertical-align: top;
}

#debugreq TR {
	border: 1px solid #999999;
}

#mailbeta, #debugreq, #debuglogs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#mailbeta:hover, #mailbeta.active {
	right: 0 !important;
	border-left: 1px solid #b9b9b9;
	background: white;
}

#mailbeta {
	position: fixed;
	display: block;
	line-height: 14px;
	right: -263px;
	height: 28px;
	bottom: 0px;
	border-left: 1px solid #999999;
	padding: 0px;
	z-index: 10002;
	margin-bottom: 0;
	width: 300px;
}

#mailbeta INPUT {
	border-top: 0;
	autocomplete: none;
	border-bottom: 0;
	border-left: 0;
	background: transparent;
	font-size: 11px;
	padding: 0 8px;
	margin: 0;
	display: block;
	height: auto;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	right: 30px;
}

#mailbeta INPUT[type="submit"] {
	background: none;
	min-width: 0;
	line-height: initial;
	border-radius: 0;
	float: none;
	margin: 0;
	right: 0;
	left: auto;
	color: black;
	text-shadow: 0 0 0;
}

#mailbeta .error {
	color: red;
	text-align: center;
}
