﻿.modalBorder
{
    background-color: #FFFFFF;
    border: 3px solid gray;
}

.modalBackground
{
    background-color: #ffffff;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.modalContents
{
    /*text-align: center;*/
}

.modalBottom 
{
    border: 1px solid #ddd;	
    background: url(../../images/modalBottom.png) repeat-x left bottom;	
    padding: 4px;
    text-align:right;
    height: 32px;
}

.wizardBottom
{
    width: 860px;
}

.modalUpdateProgressBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #717074;
	filter:alpha(opacity=30);
	opacity:0.3;	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 10000;
}

.modalUpdateProgress
{
    position: absolute;
    z-index: 10001;
    /*background-color:#ffffff; 
    padding: 25px 25px 10px 25px;
    border: 1px solid gray;*/
}

.centerModal
{ 
    z-index: 10002;
    border: 1px solid red;
}

div.popupWindow
{
	position: absolute;
	padding: 10px;
	border: 1px solid gray;
	background-color: white;
}

.closeIcon
{	
    DISPLAY: block;	
    BACKGROUND: url(../../images/Icons/closemodal.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;
}
