﻿
#popup
{
    font-family:Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    background-color: Black;
}
#popup .closebtn
{
    position: absolute;
    bottom: 10px;
    right: 24px;
    z-index:1;
}
#popup .txt
{
    text-align: left;
    overflow:hidden;
    line-height:normal;
}

#popup .txt .title
{
    font-size:14px;
    font-weight:bold;
}

#popup .txt .description
{
 font-size:12px;
}

#popup #content
{
    padding: 24px 24px 0 24px;
}
