﻿.div_msgheader {
    background: url("/docs/img/structural/ookaylogo.png") no-repeat center rgb(101, 241, 255);
    width: 100%;
    height: 40px;
    text-align: left;
    color: rgb(255, 255, 255);
    padding-top: 4px;
    font-family: Arial;
    float: left;
}

.div_msg_background {
    background-position: right 30px;
    border: 3px solid rgb(101, 241, 255);
    border-image: none;
    width: 80%;
    height: 350px;
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 100000;
    box-shadow: 10px 10px 5px #b4b4b4;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 10px 10px 5px #b4b4b4;
    -webkit-box-shadow: 10px 10px 5px #b4b4b4;
    left: 10%;
    position: absolute;
    top: 10%;
}

.div_msgboard {
    padding: 8px;
    width: 98%;
    height: 230px;
    color: rgb(0, 0, 0);
    overflow: auto;
    font-family: Arial;
    margin-top: 30px;
}

.div_msgbuttons {
    width: 100%;
    height: 130px;
    text-align: right;
    overflow: auto;
    border-top-color: rgb(180, 180, 180);
    border-top-width: 1px;
    border-top-style: solid;
    float: left;
    background-color: rgb(244, 245, 193);
}

.notify_buttons {
    width: 32%;
    float: left;
}

.btn_ok {
    border-radius: 10px;
    width: 100%;
    height: 30px;
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    background-color: rgb(101, 241, 255);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .btn_ok:hover {
        color: rgb(255, 255, 255);
    }
