﻿ 
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
}
 .popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.bor{
min-width: 600px;
width: 300px;
min-height: 310px;
margin: 250px auto;
background: #eee8e8;
position: relative;
z-index: 103;
padding: 0px;
border-radius: 5px;
margin-top:200px;
}
.bor .clo{
float: left;
/*left: 22px;
position: relative;*/
height: 35px;
top: -25px;
width: 34px;
}
#drizz {
position: fixed;
width: 100%;
height: 100%;
background-color: #FF9933;
display: none;
}
