﻿@charset "utf-8";
.layer {
    height: 300px;
    min-width: 320px;
    max-width: 640px;
}

.layer_close {
    float: right;
    margin-right: 2%;
}

.layer_button {
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.password {
    margin-top: 20px;
    margin: 20px 12px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    border: solid #bfbfbf 1px;
}

.layer_message {
    font-size: 12px;
    color: #333333;
    margin: 0 12px;
    position: relative;
}

.layer_big {
    font-size: 16px;
}

    .layer_big span {
        color: #c40000;
    }

.layer_img {
    position: absolute;
    width: 150px;
    top: 20px;
    right: 2%;
}

.layer_password {
    margin: 0 12px;
    overflow: hidden;
}

    .layer_password a {
        float: right;
        font-size: 12px;
        color: #333333;
    }

        .layer_password a:hover {
            text-decoration: none;
        }

}/* CSS Document */

