#userpanel
{
	background-color:#FFFFFF;
	background-position:center top;
	background-repeat:repeat;
	border:2px solid #000000;
	min-height:100px;
	position:absolute;
	right:10px;
	top:166px;
	width:200px;
	z-index:6;
}

#userpanel h2
{
	color:#FFFFFF !important;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
}

#userpanel h3
{
	color:#000 !important;
	font-size:16px;
	padding-bottom:15px;
	padding-top:10px;
	font-weight:bold;
}

#userpanel h3 img
{
border:none!important;
margin-top:-3px;
}


#userpanel img
{
border:2px solid #333333;
float:left;
margin-bottom:5px;
margin-right:4px;
max-height:53px;
}


#userpanel h4 a{
font-size:15px;}

#userpanel div.events
{
margin-bottom:15px;
}
#userpanel .userpanelfoot
{
	bottom:0;
padding-left:15px;
position:absolute;
}


/***** BRUGER ***********/
div.userpanel{}
div.userpanelhead{
	background-color:#333333;
	height:30px;
	padding-top:6px;
}
div.userpanelmain{
min-height:120px;
padding-bottom:36px !important;
padding-left:15px;
padding-right:15px;
}
div.userpanelfoot{
	height:30px;
}







/*************** STIL SPØRGSMÅL ********************/
#askquestion
{
	border: 1px solid black;
	background-color:#EAEAEA;
	background-image:url("/images/adminlayer/bar.png");
	background-repeat:repeat-x;
	display: none;
	z-index: 51;
}

#askquestion > div
{
	padding: 8px;
}
#askquestion h3
{
	margin-bottom: 10px;
}

