﻿.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: none;
    position: absolute;
}

.container
{
    width: 400px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.header1
{
    background: url(images/sprite.png) repeat-x ;
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header1 .msg
{
    font-weight: bold;
}         

.body1
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

.body1 .msg
{
    float: left;
    padding-left: 10px;
}  

.footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-top: 20px;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.close
{
    right: 7px;	
    background: url(images/close_over.gif) no-repeat;	
    width: 15px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground1
{
	background:	url(images/sprite1.png);
}

.modalBackground 
{
    background-color:Gray;
}     

