﻿.accident_form
{
    position: absolute;
    z-index: 1;
    top: 50px;
    padding-left: 60px;
}
#tbxInjuryComment
{
    border: 1px solid #C0C0C0;
    background-color: #CCCCCC;
}

.listReportDialog 
{
    min-width: 768px;
}
.hand 
{
    cursor: pointer;
    cursor: hand;
}

.panel-pane
{
    position: relative;
    height:300px;
    overflow-y:scroll;
    width:100%;
}

#panelGuest{
    position: relative;
    width: 35%;
    float:left;
    border-right:solid #ff920a 2px;
    min-height:100px;
    height: 100%;
    overflow: auto;
}