﻿#ctl00_message_box_wrapper {
position: absolute;
width: 350px;
top: 30%;
left: 50%;
margin-left: -175px;
display: none;
z-index: 600;
overflow: hidden;
}

#message_box_wrapper {
position: absolute;
width: 350px;
top: 30%;
left: 50%;
margin-left: -175px;
display: none;
z-index: 600;
overflow: hidden;
}

#message_box_header {
background-image: url("/public/MessageBox/message_box_header.gif");
height: 32px;
}

    #message_box_header div {
    padding: 5px 10px 2px 5px;
    }
    
    #message_box_header #title {
    float: left;
    color: White;
    }

    #message_box_header #button {
    float:right;
    }
    
    
    #message_box_header div input {
    background-color: #E34C1C;
    font-weight: bold;
    color: White;
    border: solid 1px white;
    }

#message_box_body {
border: solid 3px #0055E5;
background-color: #ECE9D8;
min-height: 100px;
text-align: left;
}

    #message_box_body #icon {
    float: left;
    min-height: 100px;
    width: 20%;
    margin: 8px 0 0 0;
    }
    
        #ctl00_img_icon {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        }
    
        #img_icon {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        }
    
    #message_box_body #message {
    margin-left: 20%;
    text-align: left;
    margin: 20px 5px 5px 0;
    color: Black;
    }
    
    #message_box_body #close {
    clear: both;
    text-align: center;
    }
    
    .message_lbl {
    font-family: Arial;
    font-size: 14px;
    }

