
.b-container{
    width:200px;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup_login{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index: 9999;
    left: 0px;
	
}
.b-popup_login .b-popup-content_login{
    margin:40px auto 0px auto;
    width: 340px;
    height: auto;
    padding:14px 14px 9px;
    background-color: white;
    border-radius:10px;
    box-shadow: 0px 0px 10px #000;
}
.b-popup_login .b-popup-content_login strong{
padding-left: 0;
    font-size: 20px;
    line-height: 36px;
}
.b-popup_login .pop_pic{
    display: inline-block;
    float: right;
    margin-top: 7px;
    margin-right: -5px;
}

.b-popup_login .pop_pic img{
    height: 30px;
}

.b-popup_login .pop_element{
    height: 60px;
    font-size: 16px;
}

.b-popup_login .pop_title{
    text-align: center;
    padding-top: 10px;
}

.b-popup_login .pop_title h1{
    font-size: 23px;
}

.b-popup_login .pop_element input{
    padding: 5px;
    width: 150px;
}

.b-popup_login .pop_element select{
    font-size: 16px;
}

.b-popup_login .pop_element span{
    width: 140px;
    display: inline-block;
}

.b-popup_login .pop_content{
    margin-top: 15px;
}

.b-popup_login .pop_button{
 cursor: pointer;   
    width: 100%;
    height: 40px;
    display: block;
    background-color: #6bb500;
    border: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 20px 0 20px;
    line-height: 40px; 
  
  }
.b-popup_login .pop_button:hover{
	background-color: #2097d0;
}
.b-popup_login .pop_wrap_button{
    text-align: center;
    margin-top: 10px;
}

.b-popup_login label.error {
    color: red;
    font-style: italic;
    margin-left: 5px;
    font-size: 12px;
    /*position: absolute;*/
    padding-top: 6px;
}
 
.b-popup_login input.error {
  border: 1px solid red;
}

.b-popup_login .result{
    font-size: 15px;
    text-align: left;
    color: red;
}
.au_inp{height: 40px; background-color: #fff; color: #b1b5bc; border: 1px solid #ababab; padding: 0 10px 0 10px; border-radius: 0;  width: 250px; margin-top: 1px; margin-bottom: 10px;  }
/**/
.win__close_aj { float: right; width: 16px; height: 16px; top: 10px; right: 20px; font-size: 20px; color: #ababab; }
.win__close_aj:hover { color: #2097d0; }
