﻿.bhMB_MessageBox
{
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    display:table;
}

.divMB_MessageBox
{
    height: auto;
    text-align: center;
    display: inline-block;
}

.MessageIcon
{
    float: left !important;
    margin-left: 5px !important;
    margin-top: 0px !important;
}

.MessageBoxHeader{display: table-cell;vertical-align: middle;}

.divMB_Table
{
    display: table;
    height: 30px;
    text-align: center;
    margin-left: 22px;
}

.divMB_TableCell
{
    display: table-cell;
    vertical-align: middle;
}

.PopupOuterMessageBox
{
    height:auto;
    width: 450px;
    padding:5px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    /*border:1px solid #1a1a1a;*/
}
 
.PopupInnerMessageBox
{
    height:auto;
    width: auto;
    background: rgb(60,60,60);
    background: -moz-linear-gradient(top, rgb(60,60,60) 0%, rgb(50,50,50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(60,60,60)), color-stop(100%,rgb(50,50,50)));
    background: -webkit-linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    background: -o-linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    background: -ms-linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    background: linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#323232',GradientType=0 );
    padding-bottom:20px;
    padding-top:35px !important;
    /*display:inline-block;*/
}

.popup-box-MB .popup-box-head-MB
{
    float: left;
    background-color: #222222;
    z-index: 3;
    height:40px;
}
.popup-box-MB .popup-box-head-MB .lblPopupHead
{
    color: white;
    font-family: inherit;
    font-weight: 700;
    margin: 0;
    line-height: 27px;
    margin-left:15px;
    margin-top:7px;
    display:inline-block;
}