@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-content-inner button {
    margin: 0 auto;
    padding: 10px;
    display: block;
    background-color: #1ca800;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1CA800', endColorstr='#FF0B8E14');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ca800), color-stop(100%, #0b8e14));
    background-image: -moz-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
    background-image: -webkit-linear-gradient(top, #1ca800 0%, #0b8e14 100%);
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 240px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 25px;
    font-size: 2.5rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    text-shadow: 0px 1px 0px #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    cursor: pointer;
    position: absolute;
	right: 20px;
	bottom: 82px;
	border: none;
}

#modal-content-inner button:hover {
      box-shadow: none;
      transform: translate3d(0, 10px, 0);
}

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

#modal-content-inner #modal-mail {
	font-size: 150%;
	position: absolute;
	left: 20px;
	bottom: 75px;
}

#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);
}


