﻿   .modalBackground
{
	    background-color:Gray;
	    filter:alpha(opacity=70);
	    opacity:0.7;
}
    .modalPopup 
{
	    background-color:#ffffdd;
	    border-width:3px;
	    border-style:solid;
	    border-color:Gray;
	    padding:3px;
	    width:250px;
}

.frame
{
	position:absolute;
    font-family:Arial,Arial,clean,sans-serif;
    padding:2px 2px 2px 2px;
    top: 1011px;
    left: 772px;
}

.overlay
{  
    border:solid 1px #808080;
    border-width:1px 1px;
} 

.header
{
    cursor:move; /* Because the DragPanelExtender doesn't do this for me ;( */
    background: url(../img/yuipanel/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-bottom:solid 1px #ccc;
    padding: 5px 0px 5px 5px;
} 

.underlay
{
    position:absolute;
    background-color:#000;    
    filter:alpha(opacity=25);
    bottom:354px;
    left:4px;
    right:-1px;
    top:130px;
    z-index:-1;
}

.header .msg
{
    font-weight: bold;
}         

.updating, .body
{   
    background-color:#fff;
    padding:5px 5px 5px 5px;
    text-align: center;
}

.footer
{
    text-align:center;
    background: url(../img/yuipanel/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-top:solid 1px #ccc;
    padding: 5px 0px 4px;
}








