﻿
.MsgBox
{
    direction:rtl;
    text-align:center;
    color:#FFF;
    background-image: url(../images/MsgBack.png);
    background-repeat: no-repeat; 
    width: 485px; 
    height: 200px;
    padding-top:30px;
}
.MsgBox_Icon
{
    float:left;
    margin:0;
    margin-left:60px;  
    margin-top:10px;      
}
.MsgBox p
{
    text-align:justify;
    direction:rtl;
    float:right;
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    margin-right:45px;  
    width:300px;      
    line-height:20px;
    height:70px;
    overflow:auto;
    padding-right:10px;
}
.MsgBox_bottons
{    
    margin:0 auto;
    margin-top:100px;
}
.MsgBox_bottons img
{
    margin:0 5px;
    cursor:pointer;
}