﻿	.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: -282px;
		width: 460px;
		background: #fff;
		position: absolute;
		z-index: 101;
		padding: 30px 5px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-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);
		text-align: center;
		}		
		
    .reveal-modal.one { width: 48px; margin-left: -30px;}
    .reveal-modal.two { width: 128px; margin-left: -70px;}
    .reveal-modal.three { width: 208px; margin-left: -110px;}
    .reveal-modal.four { width: 288px; margin-left: -150px;}
    .reveal-modal.five { width: 368px; margin-left: -190px;}
    .reveal-modal.six { width: 448px; margin-left: -230px;}
    .reveal-modal.seven { width: 528px; margin-left: -270px;}
    .reveal-modal.eight { width: 608px; margin-left: -310px;}
    .reveal-modal.nine { width: 688px; margin-left: -350px;}
    .reveal-modal.ten { width: 768px; margin-left: -390px;}
    .reveal-modal.eleven { width: 848px; margin-left: -430px;}
    .reveal-modal.twelve { width: 928px; margin-left: -470px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 