@charset "utf-8";

.public_container {
    width: 600px;
    max-width: 430px;
    margin: 30px auto 20px;
}

.public_box {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow:
            0px 0px 0px 5px rgba( 255,255,255,0.4 ),
            0px 4px 20px rgba( 0,0,0,0.4 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: relative;
}

.public_box .header {
    margin: 20px 0;
}

.public_box .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.public_box .header p {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
}
.public_box .header p b {
    font-weight: 600;
}

.public_box .sep {
    height: 1px;
    background: #e8e8e8;
    width: 550px;
    margin: 0px;
}

.public_box  .bottom_div {
    text-align: center;
    margin: 15px 0 0;
}