
  .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: 110;
   }

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     top:0;
     left:0;
     /*width:300px;*/
     min-width: 300px;
     z-index: 111;
  }

  #popup h3 {
     margin-bottom: 0px;
     font:25px ArialNarrow;
     text-transform: uppercase;
     margin-top: -6px;
  }

  #popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  #popup p {
    margin: 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #444444;
  }

  #popup .close-btn {
    margin: 10px;
  }

  div.bug {
    border: 5px solid #f28c8c;
    padding:10px;
  }

  div.reference {
 /*   background-color: #e9e9e9; */
    padding:0px 0px 25px 10px;
      height: 190px;
  }
  
  .left_text_box {
    width: 5px;
    height: 32px;
    background-image: url(img/table_text_form_left.png);
    float: left;
}
.left_text_box_quote {
    width: 14px;
    height: 32px;
    background-image: url(img/table_text_form_leftquote.png);
    float: left;
}
.left_text_box_quoteoff {
    width: 14px;
    height: 32px;
    background-image: url(img/table_text_form_leftquoteoff.png);
    float: left;
}

.right_text_box {
    width: 5px;
    height: 32px;
    background-image: url(img/table_text_form_right.png);
    float: left;
}

.emailPopup1 {
    height: 32px;
    background-image: url(img/table_text_form_mid.png);
    border: none;
    float: left;
    outline: none;
}

#emailPopup2 {
    border: none;
    width: 40px;
     float: left;
    margin-top: 8px;
    margin-right: 5px;
}
.for_button {
    width: 104px;
    height: 34px;
    float: left;
    background-color: #E9E9E9;
    border: none;
    background-image: url(img/bt_view.png);
    outline: none;
    margin-top: 10px;
    margin-left: 85px;
    cursor: pointer;
}
#popup .for_button{
    background-image: url(img/bt_send.png);
    width: 89px;
    height: 39px;
    background-color:white;
}
#for_zip {
     width: 40px;
     float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.clear {
    clear: both;
    
}

#marg {
    margin-top: 15px;
}

#close {
    float: right;
    height: 16px;
    padding-top: 4px;
    margin-right: 5px;
    
}

