﻿/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal-mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 333;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.reveal-modal {
    position: fixed;

	display: none;
	top: 100px; 
	left: 50%;
	margin-left: -430px;
	width: 860px;
	background: #eee no-repeat -200px -80px;
	/*position: absolute;*/
	z-index: 444;
	-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);
	font-size:13px; line-height:25px;
    clear:both;
    height:600px ;
    top:20%;
}
.reveal-modal p{ width:740px; margin:0; padding:0 10px 0 30px}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px #999;
	font-weight: bold;
	cursor: pointer; text-decoration:none
} 
.close-reveal-modal font{ font-size:14px}
	.big-link { color: #666;  }

.xytc {
	width: 820px;
	margin: 50px 0 0 0;
}

.xytc a {
	color: #666; text-decoration:underline; margin-left:5px;cursor: pointer}
.xytc label{ float:left}
#spanErrMsg{ width:500px; font-size:14px; display:none; color:#F00; margin:0 0 0 20px}