a.form_pop {
    text-decoration: underline wavy;
    cursor: alias;
}

.form_pop_cover {
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.9);
    z-index: 684;
    display: none;
    overflow: auto;
}

#form_pop_close_btn{
    position: absolute;
    right: 50px;
    top: 50px;
    cursor:pointer;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    opacity: 0.3;
}
#form_pop_close_btn:hover {
  opacity: 1;
}

#form_pop_close_btn:before {
    content: "\274c"; /* "×"; */
}
