﻿.MessageBoxDiv
{
    font-size: 0.8em;
    display: table;
    width: 217px;
    padding:0;
    position: absolute;
    z-index: 999;
 }
 .MessageBoxTop
 {
    display: block;
    float: left;
    width: 237px;
    height: 18px;
    background: url(../images/Tools/msgbox_top.gif) no-repeat;    
 }
 
 .MessageBoxBottom
 {
    display: block;
    float: left;
    width: 237px;
    height: 29px;
    background: url(../images/Tools/msgbox_bottom.gif) no-repeat;  
 }
 


.MessageBoxBody
{
    display: table;
    float: left;
    width: 213px;
    padding: 0 15px 0 15px;
    color: #fff;
    background: url(../images/Tools/msgbox_middle.gif) repeat-y;    
}
.MessageBoxMessage
{
    display: block;
    font-weight:normal;
}
 .MessageBoxQuestionHeader
 {
    display: block;
    float: left;
    color: #fff1d0;
    font-family: Georgia;
    font-weight: bold;
    text-transform:uppercase;
    width: 210px;
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.MessageBoxHeader
 {
    display: block;
    float: left;
    color: #fff1d0;
    font-family: Georgia;
    font-weight: bold;
    text-transform:uppercase;
        width: 210px;
   font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 4px;
     cursor: pointer;
    }
 .MessageBoxLink
 {
    display: block;
    float:left;
    color: #777;
    font-weight: bold;
    margin-top: 5px;
    width: 178px;
    padding-left: 22px;
    background: url(../images/arrow_right_green.gif) no-repeat;
}


 .MessageBoxYesLink
 {
    border: 1px solid #f7f7f7;
    display: block;
    float:left;
    color: #777;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 30px;
    padding: 5px 5px 5px 22px;
    width: 24px;
    height: 14px;
    background: url(../images/check.gif) no-repeat 3px 4px;
    text-decoration: none;
}
.MessageBoxYesLink:hover
 {
    border: 1px solid #FA5F1D;
    background-color: #fff;
    }

 .MessageBoxNoLink
 {
    border: 1px solid #f7f7f7;
    display: block;
    float:left;
    color: #777;
    font-weight: bold;
    margin-top: 7px;
    width: 24px;
    height: 14px;
    margin-left: 10px;
    padding: 5px 5px 5px 22px;
    background: url(../images/delete.gif) no-repeat 3px 4px;
    text-decoration: none;
}
.MessageBoxNoLink:hover
 {
    border: 1px solid #FA5F1D;
    background-color: #fff;
    }
