﻿/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #273A64;
	background: rgba(215, 210, 203, .7);
	z-index: 1000;
	display: none;
	top: 0; 
	left: 0; 
}
.reveal-modal {
	border:20px solid #afafaf;
	background-color:#f0f0f0;
	width:440px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:14px;
	color:#000;
	text-align:left;
	visibility: hidden;
	top: 30%; 
	left: 50%;
	position: absolute;
	z-index: 1001;
	margin-left:-220px;
}
.reveal-modal .close-reveal-modal {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 4px;
	right: 8px;
	color: #fff;
	font-weight: bold;
	cursor: pointer; 
	margin: 0 0 10px 10px;
} 
.reveal-modal .close-reveal-modal:hover {
	color: #000;
	text-decoration: none; 
} 
.reveal-modal h2 { 
	color:#fff; display:block; margin:1px 1px 1px 1px; height:20px; line-height:20px; font-size:12px; font-weight:bold; background:#bf132d; padding-left:18px;
}
.reveal-modal p{
	display:block;	padding:16px 20px 20px 20px;
}