@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;  
	z-index: 10000;
}

#modal-content {
	position: fixed;
	display: none;
	z-index: 10;
}
  
#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);
}

