  .hidden {
    display: none;
  }

  .user-actions {
    margin: 10px 0 0 200px;
    width: 400px;
  }

  .user-actions p {
    border: 1px solid #999999;
    padding: 10px;
  }

  .user-actions p.bug a {
    color: red;
  }

  .user-actions p.reference a {
    color: green;
  }


  .user-actions a {
    text-decoration: none;
    border-bottom: 1px dashed;
  }

  /* Pop-up message and fading background */

#opaco { 
	left: 0;         
	position: absolute;
	top: 0;
	z-index: 10;
}
#popup {
	position:absolute;
	top:10px;
	left:450px;
	width:536px;
	height:273px;
	z-index: 11;
}
.close-top {
	background:url(/img/popup-top.png) top left no-repeat;
	height:23px;
	padding:23px 0 0 0;
}
.close-bottom {
	background:url(/img/popup-bottom.png) bottom left no-repeat;
	padding:0 0 25px 0;
}
.close-bg {
	background:url(/img/popup-bg.png) top left repeat-y;
}
.close-text {
	color:#221200;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	line-height:66px;
}
.close-button {
	background:url(/img/popup-close.jpg) top center no-repeat;
	height:28px;
	padding:0 0 0 215px;
}
.close-button a {
	display:block;
	width:107px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.close-button a:hover {
	color:#fff;
	text-decoration:none;
}
