/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		background: #000;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		}
	
	.reveal-modal {
		display:none;
		top: 50px; 
		left: 50%;
		margin-left: -455px;
		width: 858px;
		background: #fff;
		position: absolute;
		z-index: 101;
		padding: 30px 20px 24px;
		line-height:18px;
		}
		
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-weight: bold;
		cursor: pointer;
	} 
