﻿#fade{
   display: none;
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: #666666;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
  }
  .white_content {
  left:80px;
  top:350px;
  display: none;
  position: absolute;
  width:850px;
  background-color: #000000;
  z-index:1002;
  overflow: auto;
  -moz-opacity: 0.0;
  opacity:0.0;
  filter: alpha(opacity=0);
 }
  .white_contentqt {
  left:80px;
  top:300px;
  display: none;
  position: absolute;
  width:1050px;
  background-color: #000000;
  z-index:1002;
  overflow: auto;
  -moz-opacity: 0.0;
  opacity:0.0;
  filter: alpha(opacity=0);
 }
 .border_beige4px {
		border: 2px solid #F0EDE0;
	}

.white_content img
{
	border:none;
	margin:8px 8px 0 0 ;
	
}
