.widget_controller {
	border: none;
	width: 150px;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}

.widget_controller #menu {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	display: none;
	background-color: transparent;
	border: 1px solid #ffffff;
}

.widget_controller #menu table tr td {
	background-color: #c8e9ca;
	border-top: 1px solid #006666;
	border-bottom: 1px solid #ffffff;
	font: 12px sans-serif;
	line-height: 13px;
	padding-left: 11px;
	padding-right: 11px;
	color: #000000;
	cursor: pointer;
}

.widget_controller #menu .header {
	background: #c8e9ca url(/images/widget_bg.gif) repeat-x;
	text-align: right;
	cursor: move;
	border: none;
	padding: 0;
}

.widget_controller #menu_shortcut {
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid #ffffff;
}

.widget_controller #menu_shortcut table tr td {
	background: #c8e9ca url(/images/widget_bg.gif) repeat-x;
	text-align: right;
	cursor: move;
}
.pf-admin-widget{
	position:absolute;
	margin-left:150px;
	cursor:hand;
	z-index:100;
}
