
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 20000 !Important;


    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed !Important;
	z-index:20000 !Important;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 10;


    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);


    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	border-radius: 10px;


    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;


    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
  background:url(../lightimghouse/close.png) no-repeat ;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right:15px;
   
    top: 10px;
    width: 30px;

  
}

.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 150px;
}
.popup input[type="text"], .popup input[type="password"] {
    
  
    margin: 0;
    padding: 4px;
    border-radius:5px;
	border:2px solid  #999;
	width:200px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
   
    margin: 0;
    padding: 4px;
    border-radius:5px;
	border:1px solid #555;
	width:200px;
}
.add{ 
    margin: 0;
    padding: 4px;
    border-radius:5px;
	border:2px solid #999;
	width:200px;
	resize:none; float:right}
	
.submit-but{ padding:5px 20px; float: right; border-radius: 5px; background-color:#000; color:#FEF205; font-size:14px; font-weight:600}
.submit-but:hover{padding:5px 20px; float: right; border-radius: 5px; background-color:#FEF205; color:#000; border:2px solid #000;font-size:14px; font-weight:600 }
