body {
    background-color: #c3ccd5;
}

.b1 {
    font-family: Verdana, Geneva, sans-serif;
    color: #525252;
    font-size: 13px;
    background: #fff;
    width: 500px;
    margin: 0 auto;
}

.b2 {
    border-bottom: solid 1px #f1f1f1;
    padding: 0 0 6px 0px;
}

.bh1 {
    color: #294d6d;
    font-size: 16px;
    line-height: 21px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 20px 0 0 0px;
}

.bp1 {
    font-size: 12px;
    color: #525252;
    margin: 30px 0 0 0px;
    line-height: 22px;
}


/* Preview */

.preview {
    width: 100px;
    height: 76px;
    border: 1px solid black;
    margin:0px 0 14px 0;
    background: white;
    float: left;
}

.preview img {
    display: none;
}


/* Button */

.button {
    border: 0px;
    background-color: deepskyblue;
    color: white;
    padding: 5px 15px;
    margin-left: 10px;
}

#laod_ajax {
    /*display: none;*/
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 88888 !important;
    width: 100%;
    height: 100%;
}

#laod_ajax img {
    position: relative;
    top: 50%;
    left: 50%;
}