/*	--------------------------------------------------
-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,0.6);
		z-index: 999999;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 420px;
		background: #fff -200px -80px;
		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);
		z-index: 9999999;
		}
		
	.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: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	.leavedbox{
		
		margin:5px 0px 20px 0px;
		height:300px;
		width:auto;
	}
	.leavedbox .leavexm{ 
		height:30px;
		line-height:30px;
		width:auto;
		margin:0 5px 0 5px;
		font-size:14px;
		color:#666;
	}
	.leavedbox table{ 
		width:auto;
		font-size:14px;
		color:#666;
	}
	.leavedbox table tr td{
		height:35px;
		line-height:35px;
		font-size:14px;
		color:#666;
	}
	
	.text_cl{
		border: #c7d9e7 1px solid;
		background: #fff;
		border-radius: 3px;
		color: #838383;
		padding: 4px 4px;
	}
	
	
	.textarea{
		font-size:12px;
		border: #c7d9e7 1px solid;
		background: #fff;
		border-radius: 3px;
		color: #838383;
		padding: 4px 4px;
		height:100px;
		max-height:100px;
		width:300px;
		max-width:320px;
	}
	.button{
		display: inline-block;
		background: #428bca;
		background: linear-gradient(to bottom, #428bca, #357ebd);
		border: none;
		border-radius: 3px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		text-shadow: 0 0 1px rgba(0,0,0,0.3);
		padding: 0;
		margin: 0 2px;
		cursor: pointer;
		position: relative;
		line-height: 30px;
		height: 30px;
		width: 70px;
	}	
	


