	
a.btnz {
margin-top: 30px;
width: 80%;
padding: 5px 3px;
position: relative;
#top: 50%;
left: 10%;
#-webkit-transform: translate(-50%, -50%);
#transform: translate(-50%, -50%);
font-weight: bold;
#text-align: center;
#text-decoration: none;
#text-transform: uppercase;
color: #fff;
border-radius: 20px;
#background: #e2525c;
background-image: linear-gradient(to bottom,#fff0,#ffffff8f);
background-color: #f5f5f500;
height: 160px;
align-content: start;
display: flex;
text-align: initial;
}
	.modalDialog {
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
		text-align: left;
	}
 
	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}
 
	.modalDialog > div {
		display: flex;
		width: 50%;
		position: relative;
		margin: 10% auto;
		padding: 30px 80px 10px 0px;
		border-radius: 10px;
		color: #000;
		font-size: 16px;
		background: #fff;
		#background: -moz-linear-gradient(#fff, #999);
		#background: -webkit-linear-gradient(#fff, #999);
		#background: -o-linear-gradient(#fff, #999);
	}
 
	.close {

margin: 0 0 50px 0;
font-size: 14px;
text-shadow: 1px -1px 2px #fff;
		
		background: #f90000;
		color: #FFFFFF;
		line-height: 35px;
		position: absolute;
		right: -1px;
		text-align: center;
		top: 0px;
		width: 84px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}
 
	.close:hover { background: #ff3c00; }
	@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }
  .modalDialog > div {
		width: 98%;
	}
a.btnz {
left: 0%;	
display: inline-block;
padding: 1px 20px;
margin-bottom: 0;
font-size: 12px;
line-height: 20px;
color: #333;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbb;
-webkit-border-radius: 4px;
}
}
