@CHARSET "UTF-8";


.linker_draggable {
	cursor: move;
}

img.mousepointer {
	cursor: pointer;
}

#loginbox {
	position: absolute;
	top: 10px;
	right: 10px;
	position: fixed;
	z-index: 101;
}

#panelbox {
	position: absolute;
	top: 10px;
	right: 10px;
	position: fixed;
	z-index: 101;
}

#socialbox {
	position: absolute;
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 101;
}

#socialbox img {
	width: 59px;
	height: 59px;
	border: 0px;
}

#morpheous {
	font-family: "Courier New", Calibri, Cambria, "Century Gothic", 
		"Lucida Handwriting";
	font-size: 24px;
	position: absolute;
	z-index: 1;
	left: 314px;
	top: 168px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border: 5px solid #EEEEEE;
	height: auto !important;
	width: auto !important;
	padding: 10px;
	cursor: pointer;
}
