﻿#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 25% !important;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;  
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  top: 25%;
}

#popupfoot {
  font-size: 16pt;
  position: relative;
  margin: 0 auto;
}
.close{
    color:red; 
    float:right;
    font-weight:bold;
    cursor:pointer;
}
.clearboth
{
    clear:both;
}
#popup_box {
    display: none;
    background: #FFFFFF;
    z-index: 9999;
    /*background-color: rgb(255,204,153);*/
    /*border: 2px solid #FF6600;*/
    padding: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #FF6600;
    box-shadow: 0 0 5px #FF6600;
    left: 22%;
    top: 5%;
    right: 20%;
    bottom: 40%;
    float: left;
}