﻿    .modalBackground {
     background-color:#000;
     filter: Alpha(Opacity=0);
     opacity:0.6;
    }

    .modalPopup {
     background-color: White;
     border-style:solid;
     border-color:Gray;
     border-width:thick;
     text-align:left;
    }
    
    .shadow {
    -moz-box-shadow: 3px 3px 4px #111;
    -webkit-box-shadow: 3px 3px 4px #111;
    box-shadow: 3px 3px 4px #111;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');
    }
    
    
    .divInline {
      text-align:center;
      float:right;
      margin-left:10px;
    }

    .divInlineHolder{
      overflow: auto;
      width: 100%;
    }