﻿.popupControl {
	background-color:#AAD4FF;
	visibility:hidden;
	border-style:solid;
	border-color:#000;
	border-width: 2px;
	position:absolute;
}

.modalBackground {
	background-color:#ebebeb;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	
	background:#fff;
	border:solid 2px #666;
	padding:3px;
	width:800px;
	filter:alpha(opacity=100);
	opacity:1;
}

.modalPopup h4
{
	color:#fff;
	width:90%;
	padding:3px;
	text-align:center;
	font-size:140%;
	margin-top:0px;	
	margin-bottom:3px;
	float:left;
}
.modalPopup p.PopupInstruction
{
	 font-weight:bold;
	 color:#666;
	 margin-top:5px;	
}

.modalPopup div.PopupMessage
{
	 border:solid 1px #ccc;
	 padding:3px;	 
	background:#ffd; /*url("../images/ihome/logopale.gif") no-repeat 45px bottom;*/	
	margin-bottom:10px;
	
}
.PopupHeader
{
	 background:#ccc;width:100%;height:28px;
}
.x, x:visited
{
	font-weight:bold;
	color:#fff;
	background:#c00;
	padding:1px 3px 3px 3px;
	padding-bottom:3px;
	border:solid 2px #fff;
	float:right;
	margin:3px 3px 0px 0px;	
}
.x:hover
{
	color:#fff;
	text-decoration:underline;
} 
