#zoomiocontainer{ 
	position: absolute;
	z-index: 1000;
	overflow: hidden;
	background: white;
	visibility: hidden;
}

#zoomiocontainer img{ 
	width: auto !important;
	height: auto !important;
	position: absolute !important;
	display: block !important;
}

#zoomiocontainer.mobileclass{ 
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.inputpwd{
position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5);top:0; left:0;
z-index:10000;
	}
.inputpwd form{
	background:#fff; padding:30px 20px; max-width:500px; margin-left:auto; margin-right:auto; margin-top:15%;
	}
.inputpwd input{
	 width:300px; height:35px; line-height:35px; display:block; margin-left:auto; margin-right:auto;border:1px solid #ccc; margin-bottom:15px; padding-left:5px; padding-right:5px;

	}
		
.inputpwd button{
	border:0; background:#006dc4; color:#fff; font-size:14px; height:35px; line-height:35px; width:150px; display:block; margin-left:auto; margin-right:auto;
	}
.inputpwd p{
	 margin-left:auto; margin-right:auto; text-align:center; margin-top:15px; font-size:14px;line-height: 2;
	}
.inputpwd .t1{color:#f00; padding-top:15px; display:inline-block;}
.inputpwd .t2{ float:right; margin-right:20px; text-decoration:underline; margin-top:15px; cursor:pointer;}
.inputpwd .t2:hover{ color:#006dc4;}