﻿.TimeOutModalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 60000;
}

.TimeOutFormRow {
    width: 100%;
    padding: 3px;
    clear: both;
}

.TimeOutLabelContainer {
    font-weight: bold;
    text-align: left;
    float: left;
}

.TimeOutControlContainer {
    float: left;
    text-align: left;
    min-height: 1px;
}

.TimeOutControl {
    border: #D8D8D8 solid 1px;
    height: 60px; 
    width: 300px;
    background-color:white;
    
}

.TimeOutControlPanel {
    z-index: 1000002 !important;
}
