#modalPage {
	display: none;
	position: absolute;
	width: 500px;
	top: 0px;
	left: auto;
	overflow: hidden;
	z-index: 999;
	background-color: #FFFFFF;
	border:1px solid #666666;
}

#modalOverlay {
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	
	min-height:100%;
    height:auto !important;
    height:100%;
    
	width: 100%;
	min-width: 100%;
	
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	opacity: .75;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.75;
	z-index: 101;
}

.fixed-dialog{
  position: fixed;
  top: 50px;
  left: 50px;
}