.modalDialog {
	    position: fixed;

	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    background: rgba(0,0,0,0.9);

	    z-index: 99999;

	    display: none;
	    pointer-events: none;
	}

	.modalDialog2 {
		    position: fixed;

		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    background: rgba(0,0,0,0.9);

		    z-index: 99999;

		    display: none;
		    pointer-events: none;
		}

.mod2show{display: block;}
.mod2hidd{display: none;}


	.modalDialog2:target {
	    display: block;
	    pointer-events: auto;
	}

	.modalDialog2 > div {
	    width: 700px;
	    position: relative;
	    margin: 10% auto;
	    padding: 5px 20px 13px 20px;
	    border-radius: 10px;

	}


	.modalDialog:target {
	    display: block;
	    pointer-events: auto;
	}

	.modalDialog > div {
	    width: 700px;
	    position: relative;
	    margin: 10% auto;
	    padding: 5px 20px 13px 20px;
	    border-radius: 10px;

	}

	.close {


	    position: relative;
	    float: right;
	    text-align: center;

      height: 24px;
	    width: 24px;

	    background: url("../res/cross_n.png");

	}

	.close:hover { background: url("../res/cross_a.png"); }

	.close2 {


			position: relative;
			float: right;
			text-align: center;

			height: 24px;
			width: 24px;

			background: url("../res/cross_n.png");

	}

	.close2:hover { background: url("../res/cross_a.png"); }


	.modaltitle
	{
		color:white;

		font-size: 24px;
		line-height: 24px;
		font-weight: 400;

	}
	.t_wrapp
	{
		position: relative;
		float:none;
		overflow: hidden;
		display: block;
margin-bottom: 25px;
	}
	.t_wrapp1
	{
		color: #fff;
		position: relative;
		float:none;
		overflow: hidden;
		display: block;
margin-bottom: 25px;
text-align: center;
max-width: 800px;

font-size: 36px;
line-height: 36px;
font-weight: 400;
	}

	.modal_logo
	{
		width:300px;
		height: 65px;
		position: relative;
		float:left;
		overflow: hidden;
		display: block;
		margin-right: 15px;
		background: url("../img/form_logo.png") no-repeat;
		background-size: contain;
	}
	.modalrow
	{
		position: relative;
		float:none;
		width:700px;
		height: 50px;
		margin-top: 10px;
	}

	.modalrow1
	{
		position: relative;
		float:none;
		width:700px;

		margin-top: 10px;
	}
	.modalrow_left
	{
		color: white;

		font-size: 18px;
		text-align: right;
		width: 300px;
		position: relative;
		float:left;
		margin-right: 20px;
		padding-top: 7px;
		overflow: hidden;
	}
	.modalrow_left1
	{
		color: white;

		font-size: 14px;
		font-style: italic;
		text-align: right;
		width: 300px;
		position: relative;
		float:left;
		margin-right: 20px;
		padding-top: 7px;

	}
	.modalrow_right
	{
		width: 350px;
		height: 40px;
		color: #19232d;
		border: 0;

		font-size: 18px;
		background: white;
		padding-left: 10px;
		position: relative;
		float:none;
		overflow: hidden;
		box-shadow: inset 2px 2px 12px rgba(0,0,0,0.3);
	}
	.modalrow_right1
	{
		width: 370px;
		height: 120px;
		color: #19232d;
		border: 1px;
		border-color: white;

		font-size: 18px;

		padding-left: 10px;
		position: relative;
		float:none;

	}





	.btn_modal
	{
	  position: relative;
	  float: left;
	  display: block;
	  overflow: hidden;
	  background: #cb0202;
	  color: #fff;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 24px;
	  text-align: center;
	  width: 360px;
margin-top: 10px;
	  height: 65px;

		cursor: pointer;

	  text-decoration: none;
	}
	.btn_modal:hover
	{
	  text-decoration: none;
	  background: #950000;
	  color: #fff;
	}
	.btn_modal:active
	{
	  text-decoration: none;
	  background: #950000;
	  color: #fff;
	}




	.modalrow_right_smallrow
	{
		width: 370px;
		height: 30px;
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		overflow: hidden;
		margin-top: 10px;

	}
	.modalDialog1{
		    position: fixed;
		    font-family: 'Open Sans', sans-serif;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    background: rgba(0,0,0,0.9);

		    z-index: 99999;

		    display: none;
		    pointer-events: none;
		}
		.modalDialog1:target {
		    display: block;
		    pointer-events: auto;
		}

		.modalDialog1 > div {
		    width: 700px;
		    position: relative;
		    margin: 10% auto;
		    padding: 5px 20px 13px 20px;
		    border-radius: 10px;

		}
		.close1 {


		    position: relative;
		    float: right;
		    text-align: center;

	      height: 24px;
		    width: 24px;

		    background: url("../img/cross_n.png");

		}

		.close1:hover { background: url("../img/cross_a.png"); }
