﻿.mediaManagerModuleBody
{
  /*  background-color: #ffffff;*/
  width:100%;
}

#tblGallery
{
    padding:0px;
    width:100%;
}
#tblGallery td
{
    vertical-align: middle;
    padding: 5px;
    white-space: nowrap;
}
#tblGallery td input:text
{
        
}
#tblGallery td select
{
   
}
#tblUpload
{
    position:relative;
    top:0px;
    left:-5px;  
    padding:0px  
}
#tblUpload input
{
   width:100%;
}
.inputText
{
   
}

.RadUploadInputField  
{  
    width: 370px;  
    border: solid 1px #cfcfcf;  
    background: white;  
    border-right: 0px;  
    vertical-align: top;  
    height: 17px;  
    _width: 440px;  
}  
 
input.RealFileInput  
{  
    width: 440px;  
    -moz-opacity: 0;  
    filter: alpha(opacity: 0);  
    opacity: 0;  
    position: relative;  
    z-index: 2;  
    text-align:right;  
}  
 