﻿.reveal-modal-bg 
{ 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: url("/Content/images/image-popup-overlay.png") repeat 0 0;
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal-gallery
{
    border: 2px solid white;
	display: none;
	top: 50px; 
	left: 50%;
	margin-left: -300px;
	background: #3fc8f2;
	position: absolute;
	z-index: 101;
	padding: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
		
#popupContentCloseGallery
{  
    padding-top: 5px;
	font-size: 28px;  
	line-height:17px;  
	right:-2px;  
	padding-right: 8px;
	top:0px;  
	position:absolute;  
	color:#fff; 
	text-align: center; 
	display:block; 
	cursor: pointer;
	width: 25px;
	height: 25px;
} 

#popupContentInner
{  
	background:#fff;  
	padding:15px;  
	height: 265px;
	border-radius: 7px;
}

.reveal-modal-gallery.xlarge 		
{ 
    width: 465px; 
    margin-left: -235px;
}

#prompt
{
    width: 400px; 
    text-align:center;
}
