﻿/* ==========================================================================
Alerts
========================================================================== */
.ModalBackground 
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000;
    top: 0px;
    left: 0px;
    height: 100%;
}

.MsgOuter 
{
    width: 100%;
    vertical-align: middle;
    z-index: 1050;
    azimuth: center;
    position: fixed;
}

.MsgMain 
{
    background: #fff;
}

#DivMsgOuter,
#DivConfirm
{
    bottom: 0 !important;
}

.ButtonClose 
{
    border-radius: 0px;
    margin: 5px !important;
    margin-right: 20px !important;
    float: right !important;
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}

.MsgHeading 
{
    margin-bottom: 0;
    float: left;
    background-color: #F79F1F;
    width: 100%;
    color: #fff;
}

.MsgHeading h5 
{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.MsgBody 
{
    float: left !important;
    margin: 20px;
    text-align: left;
}
