@charset "utf-8";
/* CSS Document */
.line_black_overlay{  display: none;  position: absolute;  top: 0%;  left: 0%;  width: 100%;  height: 0px;  background-color: #000;  z-index:1001;  -moz-opacity: 0.8;  opacity:.80;  filter: alpha(opacity=80);  cursor:pointer;}  
.line_content { text-al:left;  display: none;  position: absolute;  top: 0%; z-index:1002;margin:0 auto;}


