﻿.greyBox, .popupbox
{
    width: 702px;
    background-color: #e5e5e5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: -3px 8px 6px -6px #888;
    -moz-box-shadow: -3px 8px 6px -6px #888;
    box-shadow: -3px 8px 6px -6px #888;
    margin-top: 20px;
    padding-top: 0px !important;
}
.greyBox .topBar, .popupbox .topBar
{
    /*background-image: url(images/messages/barTile.jpg);
    background-repeat: repeat-x;*/
    background-color: #01567D;
    width: 100%;
    height: 45px;
    border-top-left-radius: 4px;
    background-position: 0px -1px;
    margin-top: 0px !important;
}
.greyBox .topBar h2, .popupbox .topBar h2
{
    line-height: 45px !important;
    color: White !important;
    margin-left: 30px !important;
    font-size:12pt;
}
.greyBox .innerBox, .popupbox .innerBox
{
    padding: 20px 30px;
    font-size: 10pt;
}

.popupbox
{
    border-radius: 20px;
    margin-top: 0px !Important;
}
.popupbox .topBar
{
    border-top-right-radius: 20px;
}
