﻿.up_window {
  width: 535px ;
  height: 440px ;
  border: 5px solid #D4CFCE ;
  border-radius: 10px ;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(http://lagunof.com/templates/book/css/PIE.htc);
  background: url('images/up_bg.png') 0 0 ;
}
*{
  behavior: url(http://lagunof.com/templates/book/css/PIE.htc);
}
.up_window .up_window_content .blue_div {
  width: 510px ;
  height: 208px ;
  background: url('images/blue_div_bg.png') repeat-x 0 0 ;
  margin: 8px auto 0 ;
  border-radius: 7px ;
  border-left: 1px solid #9C9C9D ;
  border-right: 1px solid #9C9C9D ;
  padding: 14px 5px 0 5px ;
}
.up_window .up_window_content .blue_div .foto {
  float: left ;
  width: 140px;
  text-align: center ;
}
.up_window .up_window_content .blue_div .foto span {
  font-family: tahoma ;
  font-size: 17px ;
  color: #FFFFFF ;
  margin: 5px 0 0 0 ;
}
.up_window .up_window_content .blue_div p {
  font-family: 'Lucida Sans Unicode' ;
  font-size: 13px ;
  margin: 0 0 0 150px ;
  color: white ;
  text-align: justify ;
  line-height: 17px ;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
}
.up_window .up_window_content .blue_div a {
  color: white ;
}
.up_window .up_window_content h5 {
  font-family: 'Lucida Sans Unicode' ;
  font-size: 12px ;
  text-align: center ;
  color: #7C7C7C ;
  margin: 5px 0 0 0 ;
  font-weight: bold ;
}
.up_window .up_window_content .input {
  text-align: center;
}
.up_window .up_window_content .input input[type="text"] {
  width: 280px;
  height: 47px;
  background: url('images/input_bg.png') no-repeat 0 3px;
  border: none;
  padding: 0 30px 0px 50px;
  margin: 12px 0 0 0;
  font-size: 17px ;
  color: #919191 ;
  font-family: tahoma ;
  outline: none ;
}
.up_window .up_window_content .input button[type="submit"] {
  height: 31px;
  cursor: pointer;
  border: 1px solid #81AA3C;
  border-radius: 5px;
  background: url('images/button_bg.png') repeat-x 0 0px;
  padding: 0 30px 0px 30px;
  margin: 18px 0 0 0;
  font-size: 17px;
  color: #2A4006;
  font-family: tahoma;
  text-shadow: 1px 1px 1px rgba(9, 3, 3, 0.3);
}
.email_area {
  border-radius: 10px ;
  background-repeat:no-repeat;
  display: none; /* Скрыто по умолчанию */
  float: left;
  position: fixed;
  top: 50%; left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
}
#fade { 
  display: none; /* Скрыто по умолчанию */
  background: #000;
  position: fixed; left: 0; top: 0;
  width: 100%; height: 100%;
  opacity: .80;
  z-index: 9999;
}
#intabdiv {
  text-align:center;
}
}
#close {
  width:50px;
  height:50px;
  position: absolute;
  float:right;
}
