
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: url(black_bg.png);
		z-index: 101;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 0px; 
		left: 50%;
		margin-top:-185px;
		margin-left: -390px;
		width: 780px;
		height: 420px;
		background: #fff;
		position: absolute;
		z-index: 110;
		padding: 20px;
		border: solid #6b6b6b 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);
		}
		
	.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 {
		font-size: 25px;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #007dc2;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	.reveal_head { font-family:Arial; font-size:17px; color:#000000; text-align:center; width: 100%; height:23px; margin-bottom:10px;}
		
	.reveal_icon_box {
		width: 140px;
		height: 140px;
		padding:0px;
	}	
		
	.reveal_icon_box a {opacity:0.60; filter:alpha(opacity=60);}
		
	.reveal_icon_box a:hover {opacity:1; filter:alpha(opacity=100);}
		
	.reveal_line {width:1px; height:140px; float:left; background:url(../images/v_dot_bor.html) repeat-y; margin-left:40px;}
		
		
	