/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	[data-reveal-id] { cursor:pointer }
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 50%; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background-color: #ffffff;
		position: absolute;
		z-index: 101;
		padding: 0px 25px;
		border: 2px solid #0a8df7
	}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		position: absolute;
		top:24px;
		right:25px;
		width:28px; height:26px;
		background-image:url(/Content/img/pop/btn_close.jpg);
		cursor: pointer;
	} /*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	[data-reveal-id] { cursor:pointer }
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 50%; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background-color: #ffffff;
		position: absolute;
		z-index: 101;
		padding: 0px 25px;
		border: 2px solid #0ebcef
	}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		position: absolute;
		top:24px;
		right:25px;
		width:28px; height:26px;
		background-image:url(/Content/img/pop/btn_close.jpg);
		cursor: pointer;
	} 