
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #777;
		background: rgba(0,0,0,0);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 150px; 
		left: 50%;
		margin-left: -320px;
		width: 425px;
		position: absolute;
		z-index: 101;
		padding: 0px 0px 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}
		

	
	.reveal-modal .close-reveal-modal {
		font-size: 12px;
		line-height: .3;
		position: absolute;
		top: 10px;
		right: 45px;
		color: #336699;
		font-weight: bold;
		cursor: pointer;
		} 
	