﻿.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.PopUpcontainer
{

    z-index:2001; 

    border: solid 1px #808080;
    border-width: 1px 0px;

    border-radius: 1px;

    -moz-box-shadow:0px 0px 0px 5px rgba(0,0,0,0.3);
          -webkit-box-shadow:0px 0px 0px 5px rgba(0,0,0,0.3);
          box-shadow:0px 0px 0px 5px rgba(0,0,0,0.3);
} 

.PopUpheader
{
    background: url(Images/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

        

.PopUpbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

 

.PopUpfooter
{
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 0px none #808080;
    border-bottom: 0px none #808080;
    background-color: #f2f2f2;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.PopUpclose
{
    right: 7px;	
    background: url(Images/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground 
{
    position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000;
}     