/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	
	.reveal-modal {
		width: 580px;
		background: #333;
		position: absolute;
		z-index: 999999999 !important;
		padding: 3px 3px 3px;
		-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);
		top:200px;
		left:30%;
		}
	
	.reveal-modal .b-close {
		font-size: 15px;
		line-height: .5;
		position: absolute;
		top: -17px;
		right: 0px;
		color: #fff;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		background:#000;
		padding:5px;
		border-radius:3px; 
		
		} 
