
div#preform-admin-wrapper
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 35px;
	width: 120px;
	overflow: hidden;
}

span#preform-admin
{
	display: inline-block;
	position: absolute;
	bottom: -26px;
	height: 19px;
	left: 0px;
	border-radius: 0px 5px 0px 0px;
	border: 1px solid #888;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d1d1d1));
	background: -moz-linear-gradient(top, #fff, #d1d1d1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d1d1d1");
	padding-left: 5px;
	padding-top: 5px;
}

#preform-admin .p-info
{
	vertical-align: middle;
}