@media print {
  # printbutton {display: none;}
  # close_link {display: none;}
}
T61 select {
  background-color: #FFFFFF;
}
H4 {
  display: inline;
}
.navi {
  margin-left:5px;
  margin-right:5px;
  margin-top:10px;
  margin-bottom:10px;   
  width:150px;
  text-align:left;
  background-color:transparent;
}

#black_overlay{
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 z-index:1001;
}
#layer_view {
 position: fixed;
 top: 15%;
 left: 14%;
 width: 70%;
 height: 70%;
 z-index:1002;
 overflow: auto;
}
#layer_close {
 position: fixed;
 margin-right: 15px;
 margin-top: 10px;
 top: 15%;
 right: 16%;
 z-index:1003;
}
#layer_close_org {
 position: absolute;
 margin-left: 5px;
 margin-bottom: 5px;
 top: 0px;
 right: 0px;
 z-index:1003;
}
#layer_content {
 position: relative;
 margin: 15px;
}
.layer_error{
 margin-top: 5px;
}

#black_overlay{
 display: none;
 background-color: black;
 -moz-opacity: 0.6;
 opacity:.60;
 filter: alpha(opacity=60);
}
#layer_view {
 display: none;
 border: 1px solid black;
 background-color: white;
}
#layer_close_org {
 background-color: white;
}
#layer_close a {
 color: black;
 font-weight: bold;
}
.layer_error{
 color: red;
 font-weight: bold;
}

