﻿#bugContainer
{
    position : absolute;
    top : 0px;
    width : 100%;
    display : none;    
    z-index : 9000;
    height: 0;
}

#bugContent
{
    width : 500px;
    margin : auto;
    
    background : #FFF;
    border-style : solid;
    border-width : 1px;
    position : absolute;
    top: 100px;
    
}

#bugContent .btn-close
{
    background-image: url("../../clientFiles/img/ihm/popup/close.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 48px;
    position: absolute;
    right: -24px;
    top: -24px;
    width: 48px;
}

#bugForm
{
    padding : 20px;    
    
    
}

#bugForm .browse
{
    text-decoration : underline;
    
}

#bugForm #info_inp
{
    height : 120px;
}

#bugForm .CAPTION
{
    margin-top : 20px;
    text-align: left;
    width: 394px;
}

#bugTitle
{
    text-align : center;   
    font-size : 15pt;
    margin : 10px;
}

#bugControls
{
 
    bottom : 0px;
    text-align : center;
    margin : auto;
    width : 100%;
}

#bugControls button
{
     margin: 10px 70px;
}

.CHECKBOXSET_CONTROLS .CAPTION, .CHECKBOXSET_CONTROLS .CONTROL
{
    float : left;
}

.CHECKBOXSET_CONTROLS .CAPTION
{
    margin-left : 5px;
}

#bugForm input,
#bugForm textarea
{
    border: 1px solid #ccd6dd; 
    border-radius: 3px;
    margin: 0;
    outline: 0 none;
    padding: 4px 10px;
    width: 440px;
    height : 24px;
    margin : 4px 0;
    
}

#bugForm .hxgUploadFileList
{
    height : 60px;
}