
  .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 {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background:url(/img/popup_back.jpg) bottom right no-repeat;
     position: fixed;
     left:50%;
     top:50%;
     min-width: 378px;
     z-index: 11;
  }

*html #popup {
     background:url(/img/popup_back.jpg) bottom right no-repeat;
     position: absolute;
     left:50%;
     top:50%;
     min-width: 378px;
     z-index: 11;
  }
  
  #popup h3 {
    margin-bottom: 10px;
  }

  #popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  #popup p {
    margin: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #00628B;

  }
  
  #popup li {
    font-weight:bold;    
    line-height: 20px;
    font-size: 14px;
    color: #00628B;
  }

  #popup div.next {
    margin: 10px;
    line-height: 1.3em;
    font-size: 16px;
    color: #00628B;
    float:left;
    font-weight:bold;
  }

  #popup div.close {
    margin: 10px;
    line-height: 1.3em;
    font-size: 16px;
    color: #00628B;
    float:right;
     font-weight:bold;
  }

  #popup .close-btn {
    margin: 10px;
  }
  
  #popup a{
   color:#FF560B;
  }
  
  div.bug {
    border: 5px solid #00628B;
    padding:10px;
    width: 450px;
    position:relative;
  }

  div.reference {
    border: 5px solid #6ebd6e;
    padding:10px;
  }