﻿body {
    font-family: Tahoma,Arial;
    font-size: 8pt !important;
    background: #3c84b4;
    color: black;
    margin: 0;
    padding: 0;
}

form {
    padding: 0 10px;
    font-size: 8pt !important;
}

table {
     font-size: 8pt !important;
}

img {
    border: none;
}

    img:-moz-loading {
        visibility: hidden;
    }

.popupShadow {
    -moz-box-shadow: 0px 0px 6px 0px #404040;
    -webkit-box-shadow: 0px 0px 6px 0px #404040;
    box-shadow: 0px 0px 6px 0px #404040;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#404040')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#404040');
    width: 100%;
    background-color: white;
    /*height: 200px;*/
    border-radius: 0 0 6px 6px;
    border-top: 0px;
    /*position: relative;*/
    float: left;
    margin-bottom: 40px;
    padding-bottom: 6px;
}
