﻿.modalBackground

{
background-color: #000000; 
 

filter: alpha(opacity=80); 
opacity: 0.7;

z-index: 10 !important; 
}

.modalPopup

{

padding: 0px; 
background-color: white;

border: Gray 1px solid; 
z-index: 20 !important;

}

.modalheader

{

border-bottom-style: solid; 
border-bottom-width: 1px;

border-bottom-color: Gray; 
font-weight: bold;

padding: 5px; 
cursor: move;

background-image: url(../images/image.jpg); 
background-repeat: repeat-x;

}

.closemodal

{

right: 0px; 
width: 20px;

cursor: pointer; 
position: absolute;

top: 5px; 
height: 20px;

background: url(../images/close.png); 
background-repeat: no-repeat;

}

.modalcontent

{

padding: 5px 10px 5px 10px; 
}

.modalfooter

{

padding:5px; 
background-color:#F5F5F5;

text-align: center; 
} 

