﻿.SI-FILES-STYLIZED label.cabinet {  
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 190px;
    position:absolute;
    text-indent: -100000px;
}
.SI-FILES-STYLIZED label.cabinet:hover {
   
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 190px;
}
.SI-FILES-STYLIZED label.cabinet input.file {
    cursor: pointer;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: relative;
    width: auto;
}




/*#uploadButtonText {
    color: #016DAC;
    display: block;
    font-family: myriad-pro;
    font-size: 12px;
    letter-spacing: 0.09em;
    margin-left: -20px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    z-index: 20;
}
#uploadPopUp {
    display: none;
    height: 280px;
    left: 305px;
    position: absolute;
    top: 127px;
    width: 489px;
    z-index: 7999;
}
#uploadPopUpStarted {
    background: url("../images/pnl_UploadingBG.png") no-repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    height: 280px;
    width: 489px;
    z-index: 7999;
}
#uploadPopUpFinished {
    background: url("../images/pnl_UploadingCompleteBG.png") no-repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    display: none;
    height: 280px;
    width: 489px;
    z-index: 80000;
}
#uploadProgressbar {
    background: url("../images/pnl_ProgressBar.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    height: 24px;
    left: 67px;
    position: absolute;
    top: 122px;
    width: 10px;
}
#uploadPathText {
    color: #1074B2;
    font-family: "myriad-pro",Tahoma,Sans-Serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin: -113px auto 0;
    text-align: center;
    width: 470px;
}*/