﻿/******************************************************************************/
/* BUG-REPORT POP-UP                                                                    */
/******************************************************************************/
#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

#popupContact{
    display:none;
    position:fixed;
    _position:absolute;
    height:275px;
    width:400px;
    background:#ebf4fb;
    border:3px solid #0088CC;
    z-index:2;
    padding:7px;
    font-size:13px;
}

#popupContact h2{
    text-align:center;
    font-size:18px;
}

#popupContact table{
    margin:0 auto 10px;
    width:350px;
}

#popupContact input[type="text"], textarea{
    width:340px;
}

#popupContactClose{
    font-size:14px;
    line-height:14px;
    font-weight:bold;
    right:6px;
    top:4px;
    position:absolute;
    color:#6fa5fd;
    cursor:pointer;
}

#bugReport{
    float:left;
    text-align:right;
    padding: 6px 0 6px 10px;
    cursor:pointer;
}

#error_msg{
    width:150px;
    float:right;
    vertical-align:bottom;
    color:#FF0000;
    margin-right:28px;
}
