﻿#msgBox
{
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 417px;
    height: 166px;
    margin: -85px 0px 0px -217px;
    background: url('../images/msgBox.png');
    z-index: 1001;
    padding: 3px 0px 0px 16px;
}

#msgBox .head
{
    float: left;
    width: 95%;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 5%;
    font-weight: bold;
    border-bottom: 1px solid #4d4d4d;
}

#msgBox .head
{
    border: 0px;
    padding: 0;
}

#msgBox .close
{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 32px;
    display: block;
    background: url('../images/close.png');
}

#msgBox .grButton
{
    float: right;
    height: 32px;
    width: 96px;
    text-align: center;
    line-height: 32px;
    margin: 0px 5px 0px 0px;
}

#msgBox .grButton.black
{
    background: url('../images/buttonBlack.png') no-repeat;
    color: #fff;
}

#msgBox a:hover.grButton
{
    background: url('../images/buttonHover.png') no-repeat;
    color: #fff;
    text-decoration: none;
}



#msgBox p
{
    float: left;
    width: 270px;
    margin-top: 12px;
}



#msgBox .icon
{
    float: left;
    margin: 12px 20px 0px 0px;
}

#msgBox .foutmelding
{
    width: 88px;
    height: 93px;
    background: url('../images/foutmelding.png');
}

#msgBox .waarschuwing
{
    width: 105px;
    height: 97px;
    margin-right: 16px;
    background: url('../images/waarschuwing.png');
}

#msgBox .informatie
{
    width: 87px;
    height: 94px;
    background: url('../images/informatie.png');
}