/*	--------------------------------------------------
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 {
	visibility: hidden;
	top:50%; 
	left: 50%;
	margin-left: -280px;
	margin-top:-200px;
	width: 520px;
	background: #0065a6;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-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  .abcd{width:100%;height:320px;border:1px dashed #fff;}
.reveal-modal  .abcd .ddlogg{width:94%;margin:10px 3% 10px 3%; float:left;}
.reveal-modal  .abcd .ddlogg img{float:left;border:none;max-width:100%;}
.reveal-modal  .abcd .dd{width:94%;margin:5px 3%; float:left;}
.reveal-modal  .abcd .dd .l{float:left;}.reveal-modal  .abcd .dd .r{float:right;}
.reveal-modal  .abcd .dd input{width:48%;height:40px;border:1px solid #FFF;border-radius:3px;text-indent: 1em;font-size:14px;color:#fff;line-height:40px;background:none;}
.reveal-modal  .abcd .dd textarea{width:-webkit-calc(100% - 2px); width:-moz-calc(100% - 2px); width:calc(100% - 2px);height:60px;line-height:30px;text-indent: 1em;border:1px solid #FFF;border-radius:3px;background:none;color:#fff;}
.reveal-modal  .abcd .ddb{width:94%;margin:5px 3%;height:42px; float:left;}
.reveal-modal  .abcd .ddb button{width:120px;height:40px;line-height:40px;border:1px solid #FFF;border-radius:3px;background:none;text-align:center;color:#fff;font-size:14px;margin-right:10px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 

