

#anubistheme-demo-panel {
	position: fixed;
	top: 5px;
	left: 5px; 
	width: 148px;
	height: 250px;
	z-index: 9998;
	padding-top:27px;
	padding-left:35px;
	padding-right:20px;
	background-image: url(/style/demo/img/demo_bg.png);
}

#anubistheme-demo-panel #anubistheme-demo-middle {
	padding: 5px;
}



#anubistheme-demo-panel {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#anubistheme-demo-panel h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 5px 5px 5px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px dotted #3f3f3f;
	text-shadow: 1px 1px 1px #000000;
	text-align:center;
}

#anubistheme-demo-panel a {
	text-decoration: none;
	color: #cccccc;
}

#anubistheme-demo-panel p {
	margin: 0 0 15px 0;
	padding: 0;
}

#anubistheme-demo-panel #anubistheme-demo-bottom p {
	margin-top: 5px;
	padding: 0;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-align:center;
	font-size:1.2em;
}



#anubistheme-demo-panel select,
#anubistheme-demo-panel input {
	border-radius: 3px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	font-size: 10px;
	padding: 5px;
	width: 119px;
	background: #000000;
	border: 1px solid #3f3f3f;
	color: #ffffff;
	margin-left:7px;
}



#anubistheme-demo-panel .demo-toggle {
	background-image: url(/style/demo/img/panel_icon.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	right: -59px;
	text-indent: -9999px;
	width: 64px;
	height: 64px;
}



#anubistheme-demo-panel #anubistheme-demo-reset {
	background: url(/style/demo/img/button_reset.png) 0 0 no-repeat;
	display: block;
	margin: auto;
	text-indent: -9999px;
	width: 116px;
	height: 26px;
}

#anubistheme-demo-panel #anubistheme-demo-reset:hover {
	background-position: 0 -26px;
}

#anubistheme-demo-panel #anubistheme-demo-reset:active {
	background-position: 0 -52px;
}



#anubistheme-demo-panel #anubistheme-demo-more {
	background: url(/style/demo/img/button_more.png) 0 0 no-repeat;
	display: block;
	margin: auto;
	text-indent: -9999px;
	width: 116px;
	height: 26px;
}

#anubistheme-demo-panel #anubistheme-demo-more:hover {
	background-position: 0 -26px;
}

#anubistheme-demo-panel #anubistheme-demo-more:active {
	background-position: 0 -52px;
}





