.modalpopup
{
    font-family: verdana;
    font-size: 9pt;
    padding: 2px 3px;
    display: block;
    /*position: absolute;*/
    
}
.container{ background-color: #FFFFFF;
    filter:alpha(opacity=85);   /* Internet Explorer       */
   -moz-opacity:0.85;           /* Mozilla 1.6 and below   */
    opacity: 0.85;               /* newer Mozilla and CSS-3 */
   }
.listboxlay
{
    border:none;
    
}
.container_modal
{
    background-color: #FFFFFF;
    filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
   }


div.background
  {
  background: url(klematis.jpg) repeat;
  border: 2px solid black;
  }
.transbox
  {
  z-index:1000000;
  background-color: #e1eef6;
  position:absolute;
  overflow: hidden;
  overflow-x:hidden; 
  overflow-y:hidden;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  }

.loader
{
    /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

}

.checkBox
{
   padding-left:5px;    
}
.checkBox2
{
   padding-left:15px;    
}
.Gridview
{
    padding-left:30px;
} 
.paddingImg
{
    padding:0px 0px 8px 0px;
        
}  