#qgCmsEnable {
	position:fixed;
	right:-60px; 
	top:-60px; 
	display:block; 
	width:80px;
	height:80px;
	padding:5px;
	
	background:#ff0;
	background:-webkit-linear-gradient(139deg,#252B34,#0099C8 50px);
	background:linear-gradient(139deg,#252B34,#0099C8 50px);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);


	background-image:url(pix/backend.png), -webkit-linear-gradient(139deg,rgba(0, 0, 0, .9),rgba(0, 153, 200, .9) 50px);
	background-image:url(pix/backend.png), linear-gradient(139deg,#252B34,#0099C8 50px);

	background-position:37px 72px, 0 0;
	background-repeat:no-repeat;



	transform:rotate(45deg);


	-webkit-transition:all .3s ease-in;
	transition:all .2s ease-in;
/*	
	background:rgba(255,255,0,0.4) url(editon.png) center center no-repeat;
	width:16px; height:16px;
	-webkit-transform:rotate(45deg);
	width:40px; height:40px;
*/
}
#qgCmsEnable:hover {
	opacity:1;
	right:-45px; 
	top:-45px; 
	background-position:37px 65px, 0 0;
}
