﻿.white_contents {
    display: none;
    position: absolute;
    overflow-x: hidden !important;
    left: 15%;
    margin-left: 23%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px;
    border: 1px solid #adacac;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.selts {
    height: 40px;
    width: 200px;
    margin-top: 20px;
    float: left;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.seltts {
    height: 100%;
    width: 150px;
    margin-top: 45px;
    float: left;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 50px;
}
.lfbts {
    font-size: 17px;
    line-height: 40px;
    color: #FFF;
    position: absolute;
    top:-1px;
    right:-25px;
    text-align: center;
    float: left;
    height: 40px;
    width: 123px;
}
    .lfbts a {
        color: #FFF;
        text-decoration: none;
    }