
/*--------*/
a#modalClose {
  display: block;
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

#modalWindow_layer{
	width: 100%;
	height: 100%;
	position: absolute;
}
#modalWindow{
	width:440px;
	/*height:440px;*/
	height:530px;
	padding:10px;
	display:none;	
	background-color: #fff;
	position: relative !important;
    left: 0 !important;
	margin: auto !important;
}
#modalTopbar{
	width:100%;	
	overflow:hidden;
}
#modalFeature {
	position:relative;
	overflow:hidden;	
	/*height:528px;*/
	margin: 5px 0;
	line-height: 1.1;
}
#modalSkip{
	position:fixed;
	top:0;left:0;
	z-index:3;	
	width:auto;
	background:#000;
	color:#fff; 
	font-weight:bold;
	padding:10px 20px;
	display:none;	
}
#modalFeature_content a:link{
	color:#2a39ff; text-decoration:underline
	
	}
	
#modalFeature_content{	    
/*text-align: justify;*/
	margin: 5px 0;
}
.modal {
  //display: none;
  width: 640px;		/* equal iframe video width */
  background: #fff;
  padding: 15px 30px;
  /*
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  */
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}


.modal-open {
  	overflow: scroll!important;
}

/*=======================================*/