#popup-message-background {
    display: none;
    position: fixed;
    _position: absolute;
    /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
    opacity: 0.4 !important;
}

#popup-message-window {
    display: none;
    position: fixed;
    _position: absolute;
    /* hack for internet explorer 6*/
    overflow: visible;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    z-index: 200;
    padding: 0;
    font-size: 12px;
    height: auto !important;
    width: auto !important;
    max-width: 800px;
    min-width: 300px;
}

#popup-message-window h1.popup-message-title {
    font-size: 21px;
    line-height: 14px;
    right: 10px;
    top: 10px;
    position: absolute;
    color: #1F1D1E;
    display: block;
    cursor: pointer;
    font-weight: bold;
    display: none !important;
}

#popup-message-window img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#popup-message-window p {
    padding: 0;
    margin: 0;
}

#popup-message-close {
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: -36px;
    text-decoration: none !important;
    opacity: .65;
    filter: alpha(opacity=65);
    font-style: normal;
    font-size: 20px;
    font-family: Arial, Baskerville, monospace;
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

#popup-message.close:hover{
  color: #211F20;
}