﻿.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
    left: -100px;
    Top: -100px;
}

.modalContainer
{
    width: 320px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.modalHeader
{
    background: url(img/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.modalHeader .msg
{
    font-weight: bold;
}         

.modalBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
} 

.modalBody .msg
{
    /** background: url(img/sprite.png) no-repeat 0px -1150px;	**/
    float: left;
}  

.modalFooter
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.modalClose
{
    right: 7px;	
    background: url(img/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}     
.modalpopupbutton
{
    font-family: arial,helvetica,clean,sans-serif !important;
    font-size: small !important;
    padding: 2px 3px !important;
	background-color: ButtonFace !important;
	border-color: ButtonText !important;
	color: ButtonText !important;
	cursor:pointer !important;
}
