﻿.TransparentGrayBackground {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: Gray;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .TransparentGrayBackground {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .PageUpdateProgress 
    {
    	background-color:#575757;
		color:#fff;
        z-index: 100;
        position: fixed;
        width: 250px;
        height: 70px;
        margin-left: -140px;
        top: 50%;
        left: 50%;
    }
    * html .PageUpdateProgress {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }


.collapsePanel {
	width: 640px;
	height: 0px;
	overflow: hidden;
}

.AddressValidationError
{
	background-color:#575757;
	z-index: 100;
	color:#fff;
	width: 500px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}

.OrderComplete
{
	background-color:#575757;
	z-index: 100;
	color:#fff;
	width: 500px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}