@charset "UTF-8";

#modal-content-inner {
	margin: 0 auto;
	width: 860px;
	height: 610px;
	background: url(../images/modal.jpg) no-repeat left top;
	position: relative;
}

#modal-close {
	position: absolute;
	left: 342px;
	bottom: 0px;
	z-index: 1;
}

#modal-content-inner form div {
	font-size: 150%;
	position: absolute;
	left: 30px;
	bottom: 80px;
}

#modal-content-inner form div label {
	color: #AAA;
	position: absolute;
	left: 60px;
	bottom: 20px;
}

#modal-content-inner form input[type=text] {
	padding-left: 70px;
	width: 490px;
	height: 60px;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 40px;
	background: #FFF url(../images/icon-mail.png) no-repeat 10px 6px;
}

#modal-content-inner form input[type=image] {
	position: absolute;
	right: 30px;
	bottom: 76px;
}

#modal-open {
	margin-bottom: 0;
	top: 10px;
	display: block;
	width: 100%;
	height: 20px;
	position: fixed;  
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression(documentElement.scrollTop + 10 + 'px');
}

#modal-content {
	position: fixed;
	display: none;
	z-index: 2;
}
  
#modal-overlay{
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color:rgba(0,0,0,0.75);
}









@media
only screen and (max-width : 768px){
	
#modal-content-inner {
	margin: 0 auto;
	width:0px;
	height:0px;
	background: url(../images/modal.jpg) no-repeat left top;
	position: relative;
}

#modal-close {
	position: absolute;
	left: -5000px;
	bottom: -5000px;
	z-index: -10000;
}

#modal-content-inner form div {
	font-size: 150%;
	position: absolute;
	left: 30px;
	bottom: 80px;
}

#modal-content-inner form div label {
	color: #AAA;
	position: absolute;
	left: 60px;
	bottom: 20px;
}

#modal-content-inner form input[type=text] {
	padding-left: 70px;
	width: 490px;
	height: 60px;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 40px;
	background: #FFF url(../images/icon-mail.png) no-repeat 10px 6px;
}

#modal-content-inner form input[type=image] {
	position: absolute;
	right: 30px;
	bottom: 76px;
}

#modal-open {
	margin-bottom: 0;
	top: 10px;
	display: block;
	width:0%;
	height: 0px;
	position: fixed;  
	/* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression(documentElement.scrollTop + 10 + 'px');
}

#modal-content {
	position: fixed;
	display: none;
	z-index: 2;
}
  
#modal-overlay{
	z-index: 1;
	display: none;
	position: absolute;
	top:-5000px;
	left:-5000px;
	width:0%;
	height:0%;
	background-color:rgba(0,0,0,0.75);
}

	
	
	
	
}
