﻿.popup
{
    background-color:#FFFFFF;
    border:solid 5px #000000;
    display:none;
    left:7.5%;
    margin:0px;
    min-width:500px;
    position:absolute;
    width:85%;
}
.puHeader
{
    background:#000000;
    background: linear-gradient(to bottom, #E0E0E0 0%,#000000 50%,#B3B3B3 100%);
    color:#FFFFFF;
    height:39px;
}
    .puHeader .puTitle
    {
        font-size:1.5em;
        font-weight:bold;
        padding-left:10px;
        padding-top:5px;
    }
.puContent
{
    padding:10px;
}
.puClose
{
    background-color:#5487F7;
    border:solid 1px;
    border-bottom-color:#2063F7;
    border-right-color:#2063F7;
    border-left-color:#B6CBF7;
    border-top-color:#B6CBF7;
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
    margin:0 auto;
    margin-bottom:10px;
    padding:5px;
    text-align:center;
    width:25%;
}
    .puClose:hover
    {
        background-color:#6C98F7;
    }
    .popup a
    {
        text-decoration:none;
    }