﻿.popup { position:fixed; z-index:99999; top:20%; left:50%;   width:500px; height:auto; background:#fff;     -moz-transition:top 800ms;   
 -o-transition:top 800ms;     -webkit-transition:top 800ms;  transition:top 800ms; margin-top:-20px;
}
  .p_content { width:95%; text-align:left; font-size:13px; height:450px; overflow:scroll; padding:10px 0 0 20px; font-family: 'Open Sans', sans-serif; color:#666; }
  .p_anch {
    float:left; position:relative; width:100%;
    margin:10px 0 20px 0; font-size:16px;   }
  
  
  
  .p_content h1{ color: #54b029;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;}
	 .p_content p{ margin:0;}
	
   .p_anch img{}
  .p_anch a { color:#fff; text-decoration:none; }
  .p_anch a:hover { text-decoration:none; }
  .p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
  .p_close {
    float:right; width:15px; height:14px; margin:15px 15px 0 0;
    background:url(../images/popup_close.png);
  }
  .p_body {
    background:#000; left:0; top:0; position:fixed; width:100%; height:100%; opacity:0.7;
      -moz-transition:opacity 800ms;
      -o-transition:opacity 800ms;
      -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
  }

.p_content input[type="text"]{ width:80%; border:#CCC 1px solid; padding:5px; color:#999;}
.p_content input[type="submit"]{ border:none; background-color:#090; color:#FFF; padding:5px 10px;}


/* js стили — декларативно */
.js__popup {}
  .js__p_start {}
  
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }


.github {
  position:fixed; top:0; right:0;

}

.p_content .select-box{
	padding: 5px;
	width: 85%;
}
.p_content .captch {
  background: none repeat scroll 0 0 #ccc;
  clear: both;
  color: #000;
  width:20%;
  padding: 4px 8px;
}
.selectCaterror{
	color:#f00;
}