*{ font-family: 'Open Sans', sans-serif; color:#666666; }

.modal_btn{
	float:left;
	font:12px Arial, Helvetica, sans-serif; font-weight:bold; color:#1501d7;
	margin:5px 0 0 11px;
	}
.modalDialog {
	position: fixed;
	font:12px Arial, Helvetica, sans-serif; color:#2c2c2c; line-height:20px; text-align:justify;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(136,136,136,0.6);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
#imgForm{ width:578px; height:161px; overflow:hidden; margin-top:7px; margin-left:-10px; }
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 569px;
	height:500px;
	position: relative;
	margin: 5% auto;
	padding: 5px 23px 13px 23px;
	border-radius: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(#fff, #ececec);
	background: -webkit-linear-gradient(#fff, #ececec);
	background: -o-linear-gradient(#fff, #ececec);
	border:1px solid #dedede;
}
.close {

	background: #004681;
	color: #FFFFFF;
	line-height: 32px;
	position: absolute;
	right: -6px;
	text-align: center;
	top: -10px;
	width: 32px;
	height:32px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	opacity:1.0;
}

.close:hover { background: #666666; }

.contactForm{ width:550px; margin:10px 0 0 0; }
/*.contactarInput{ border:1px solid #cccccc; border-radius:4px; padding:4px; color:#555555; font-size:13px; background:#fdfdfd; }
.select236{ width:236px; border:1px solid #cccccc; border-radius:4px; padding:4px; margin-right:40px; color:#555555; font-size:14px; }*/
.contactBtnSendModal{ width:182px; margin:30px 0 0 170px; padding:10px 0; background-color:#004681; border-radius:5px; color:#ffffff; font-size:14px; font-weight:600; cursor:pointer; }

#openModal h3{ font-size:24px; font-weight:600; color:#000; margin-top:0px; }
#openModal h4{ font-size:14px; font-weight:400;  margin-top:20px; }

.modalInput{ width:530px; border-radius:4px; padding:6px; color:#939292; font-size:14px; background:#e0e0e0; margin-top:10px; }
#modalScroll{height:280px; overflow:auto; margin-top:20px;}

@media only screen and (max-width: 620px) {

.modal_btn{
	float:left;
	font:12px Arial, Helvetica, sans-serif; font-weight:bold; color:#1501d7;
	margin:5px 0 0 11px;
	}
.modalDialog {
	position: fixed;
	font:12px Arial, Helvetica, sans-serif; color:#2c2c2c; line-height:20px; text-align:justify;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(136,136,136,0.6);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
#imgForm{ width:325px; height:91px; overflow:hidden; margin-top:7px; margin-left:-10px; }
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 325px;
	height:500px;
	position: relative;
	margin: 5% auto;
	padding: 5px 23px 13px 23px;
	border-radius: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(#fff, #ececec);
	background: -webkit-linear-gradient(#fff, #ececec);
	background: -o-linear-gradient(#fff, #ececec);
	border:1px solid #dedede;
}
.close {

	background: #004681;
	color: #FFFFFF;
	line-height: 32px;
	position: absolute;
	right: -6px;
	text-align: center;
	top: -10px;
	width: 32px;
	height:32px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	opacity:1.0;
}

.close:hover { background: #666666; }

.contactForm{ width:295px; margin:10px 0 0 0;  }
/*.contactarInput{ border:1px solid #cccccc; border-radius:4px; padding:4px; color:#555555; font-size:13px; background:#fdfdfd; }
.select236{ width:236px; border:1px solid #cccccc; border-radius:4px; padding:4px; margin-right:40px; color:#555555; font-size:14px; }*/
.contactBtnSendModal{ width:182px; margin:30px 0 0 71px; padding:10px 0; background-color:#004681; border-radius:5px; color:#ffffff; font-size:14px; font-weight:600; cursor:pointer; }

#openModal h3{ font-size:20px; font-weight:600; color:#000; margin-top:0px; }
#openModal h4{ font-size:12px; font-weight:400;  margin-top:20px; }

.modalInput{ width:295px; border-radius:4px; padding:6px; color:#939292; font-size:14px; background:#e0e0e0; margin-top:10px; }
#modalScroll{height:280px; overflow:auto; margin-top:20px;}
	
}