a.l-admin-key {
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	height: 0;
	width: 20px;
	overflow: hidden;
	padding: 16px 0 0 0;
	cursor: pointer;
	z-index: 10000;
	}

a.l-admin-key:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/icon-login.gif) no-repeat;
	color: transparent;
	height: 0;
	width: 20px;
	overflow: hidden;
	padding: 16px 0 0 0;
	z-index: 10000;
	}
	
a.l-admin-key-hide {
	display: block;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0 0;
	}
	
div.l-admin-closer {
	padding: 0 0 0 15px;
	background: url(../images/icon-close.gif) no-repeat;
	cursor: pointer;
	margin: 0 15px 0 0;
	}
	
.l-admin-closed div.l-admin-closer {
	display: none;
	}