	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -250px;
		width: 430px;
		background: #F5F5F5 no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 5px 5px 5px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		-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);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -40px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -40px;}
	.reveal-modal.large 		{ width: 400px; margin-left: -40px;}
	.reveal-modal.xlarge 		{ width: 400px; margin-left: -40px;}
	
	.reveal-modal .close-reveal-modal {
   background-image: url("images/pop-close.png");
   line-height: 10px;
   position: absolute;
   right: -10px;
   top: -10px;
   height:25px;
   width:25px;
   outline:none;
		}