﻿.popup {  position:absolute; z-index:2; top:-60px; left:50%;margin-left:-230px !important;  width:460px; background:#fff;    -moz-box-shadow:4px 4px 30px #130507;    -webkit-box-shadow:4px 4px 30px #130507;  box-shadow:4px 4px 30px #130507;    -moz-transition:top 800ms;    -o-transition:top 800ms;    -webkit-transition:top 800ms;  transition:top 800ms;}
  .p_content {     box-sizing: border-box;    font-size: 23px;    padding:17px;    text-align: center;    width: 100%;}
  .p_content ul {  list-style: outside none none !important;  margin: 0;padding: 0;box-sizing: border-box;  }
  .p_content ul:after {clear:both;display:block;content:"";}
  .p_content ul li{  list-style: outside none none !important;  margin: 0 0 10px;padding: 0;float:left;width:100%;box-sizing: border-box;  }
  .p_content ul li input[type="text"], .p_content ul li input[type="email"], .p_content ul li input[type="phone"], .p_content ul li input[type="tel"]{border:1px #ccc solid;height:40px;padding:10px;width:100%;box-sizing: border-box;font-weight: 600;font-size: 17px;  }
  .p_content ul li textarea{border:1px #ccc solid;height:150px;padding:10px;width:100%;box-sizing: border-box;font-weight: 600;font-size: 17px;  }
  .p_content ul li input[type="submit"], .p_content ul li input[type="button"]{border:1px #ccc solid;height:30px;padding:5px 10px;color:#fff;background:#F29400;box-sizing: border-box; height:40px; margin:auto;}
  .p_content ul li:nth-child(5) input[type="text"]{width:40%;float:right;}
  .p_close {float:right; width:15px; height:14px; margin:11px 10px 0 0;background:url(../images/popup_close.png);}
.js__popup {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {background: rgba(255,255,255,0.9);  bottom: 0;  height: 100%;  left: 0;  position: fixed;  right: 0;  top: 0;  width: 100%;
  z-index:1;}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }
  .popDv{ position:relative;}
  .js__p_start {
  background: #327D9D none repeat scroll 0 0;
  border-radius: 5px;
  padding: 10px 19px;
  color:#fff !important;
}
.p_content ul li input[type="submit"]:hover{ opacity:0.6;}
.js__p_start:hover{ opacity:0.6;}
#dwnldbtnid > a {
  border:1px solid #327D9D;
  padding: 10px; border-radius:3px;
}
#dwnldbtnid > a:hover{ background:#eee} 