body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.popupContainer {
	width: 100%;
	height: 100%;
}

.popupContent {
	vertical-align: top;
	padding: 5px;
}

.popupFoot {
	vertical-align: bottom;
	background-color:#000;
	border-top:1px solid #fff;
	height: 15px;	
	font-family: arial;
	color: #999;
	font-size: 11px;
}