﻿.mb_ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 100002;
}

.mb_MessageBoxContainer {
    width:500px;
    padding:4px;
    position:relative;
    z-index: 100003;
    
    border: 1px solid #C0C0C0;
    background-color: #f2f2f2;
}

.mb_TitleContainer {
    padding: 9px 0px;
}

.mb_Title {
    font-weight: bold;
}

.mb_Content {
    background-color: white;
    padding: 8px;
    border: 1px solid #C0C0C0;
}

.mb_MessageSection {
    min-height:50px;
    margin-bottom:8px;
}

.mb_Icon {
    background-image: url("../Images/Icons/btnTabNext.png");
    width: 24px;
    height: 24px;
    margin-right:4px;
    float: left;
}

.mb_MessageContainer {
    vertical-align: bottom;
    text-align: left;
}

.mb_MessageTextWrapper {
    white-space: normal;
}

.mb_YesNoButtonSet {
    width:220px;
    margin:0 auto
}

.mb_OkButtonSet {
    width:110px;
    margin:0 auto
}

.mb_ClientButton {
    width: 75px;
}

.mb_ServerButton {
    width: 75px;
}
