.kbpopup{
    padding: 10px;
}
#kbpopup_frame
{
    position:fixed;
    border: 8px solid #666;
    background-color: #666;
    z-index: 3;
}
#kbpopup_element{
    background-color: #fff;
    border: 1px solid #aaa;
}
#kbpopup_frame_header{
    text-align: right;
    padding-bottom: 2px;
}
#kbpopup_close{
    font-size: 14px;
    text-align: right;
    padding: 0px;
    border: none;
    background-color: #666666;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
#kbpopup_frame
{
    top:50%;
    left:50%;
}

#kbpopup_modalframe
{
    position:fixed;
    z-index: 1;
}

#kbpopup_modalframe
{
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.40;
    filter:alpha(opacity='40');
}

#kbpopup_element h1 {
    color:#0E3475;
    font-size:24px;
    font-weight:bold;
    margin: 5px 0px 10px 0px;
}
#kbpopup_element h2 {
    color:#0E3475;
    font-size:18px;
    font-weight:normal;
}
#kbpopup_element h3 {
    color:#333;
    font-size:18px;
    font-weight:normal;
}
#kbpopup_element h1 strong, #kbpopup_element h2 strong, #kbpopup_element h3 strong {
    color: #000;
}

#kbpopup_element h4 {
    font-size:14px;
    font-weight:bold;
}

#kbpopup_element p.explaination{
    width: 600px;
}
#kbpopup_element p.explaination strong{
    font-weight: bold;
}

#kbpopup_element .info-text{
    font-size: 11px;
    color:#aaa;
}


* html #kbpopup_modalframe,
* html #kbpopup_frame
{
    position:absolute;
}

*+html #kbpopup_modalframe,
*+html #kbpopup_frame
{
    position:absolute;
}

* html #kbpopup_modalframe
{
    height:2000px;
    filter:alpha(opacity=40);
}
*+html #kbpopup_modalframe
{
    height:2000px;
    filter:alpha(opacity=40);
}

.kbpopup
{
    display:none;
}