﻿.modalBox{padding-bottom:1px;text-align: center;border-radius: 10px; -webkit-border-radius: 10px;-webkit-box-shadow: #666 0px 0px 8px;-moz-box-shadow: #666 0px 0px 8px;box-shadow: #666 0px 2px 8px;background: #F7F4F3;background:#fff;}
.modalMessage{text-align: center; margin:5px 15px;}
.modalMessage ul li{ padding:2px 0;}
.modalControl{text-align: center;margin:0; float:left; width:100%;}
.modalButton{padding:1px 3px;margin-left:5px;}
.modalBG{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;display: none;opacity: 0.5;filter: alpha(opacity=20);}
.modalShadow{position:fixed;z-index: 1000;display: none;}
*html .modalBG, .modalIShim{position: absolute;left: expression(eval(document.documentElement.scrollLeft));
	top: expression(eval(document.documentElement.scrollTop));
	width: expression(document.documentElement.clientWidth + "px");
	height: expression(document.documentElement.clientHeight + "px");
}
*html .modalIShim{filter: alpha(opacity=0);z-index: 8;}
*html .modalShadow{position: absolute;}
.modalMessage p,.modalMessage ul { text-align:left;} 