@charset "UTF-8";

#modal-content {
	/*height:100px;
	width: 80% ;*/
	/*width: 650px ;*/
	margin: 0 ;
	/*padding: 10px 20px ;*/
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	/*z-index: 2 ;*/
	z-index: 9999 ;
	text-align:center;
}
  
#modal-overlay {
	/*z-index: 1 ;*/
	z-index: 9998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
 
.:hover {
	cursor: pointer ;
	color: #f00 ;
}

.modal-main{
	display:table;
	height:100%;
	width: 100% ;
	color:#333;
	/*width:900px;
	margin:30px auto;
	display:block;*/
	text-align:center;
	font-size:15px;
	/*background:#FF6600;
	color:#FFF;*/
}

.modal-cell{
	display:table-cell;
	vertical-align:middle;
	margin-bottom:5px;
}

#modal-button{
	/*color: #00f ;
	text-decoration: underline ;
	margin:45px;*/
	cursor:pointer;
	padding:20px 0 5px 0;
}