.ads {
    display: none
    }
#lyr .left {
    color: white;
    font-size: 1px
    }
#lyr .left, #lyr .right, #lyr .center {
    background-repeat: no-repeat;
    height: 570px;
    margin: 0;
    padding: 0;
    width: 25px;
    background-position: 0 7px
    }
#lyr .left {
    background-image: url(/images/layer/left.png)
    }
#lyr .right {
    background-image: url(/images/layer/right.png)
    }
#lyr .center {
    background-image: url(/images/layer/top.png);
    background-repeat: repeat-x;
    width: 700px;
    background-position: top
    }
#layer {
    background-image: url(/images/layer/center.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    top: 1px
    }
#google, #apple {
    cursor: pointer;
    float: left;
    height: 65px;
    left: 175px;
    position: relative;
    top: 460px;
    width: 165px
    }
.table-first .first {
    padding: 10px;
    padding-left: 20px;
    text-align: left;
    background-color: #909090
    }
.table-first .second {
    background-color: #d6d6d6;
    padding-left: 15px
    }
.form-action {
    display: block;
    width: 400px;
    margin-bottom: 10px;
    background-color: gainsboro;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
    }
.form-name {
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    width: 153px
    }
.form-name p {
    margin: 0;
    margin-top: 10px
    }
.form-input input, .form-input textarea {
    width: 200px
    }
#url {
    width: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 5px
    }
.form-sub {
    background-color: #FFC107;
    font-weight: bold;
    font-size: 14pt;
    padding: 10px 30px;
    border-radius: 7px
    }