.popup-container {
	left:400px;
	top:50px;
	position:absolute;
}
.popup-content {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	position: relative;
	width:97.5%;
	height:97.5%;
	border:1px solid #FFFFFF;
	top:-2px;
	left:-2px;
}
div.popup {
  position: absolute;
}
#popup_overlay {
  background-color: black;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

#contact_contanier {
	 border: 1px solid black; 
	 width: 500px; 
	 height: 550px; 
	 top: 63px; 
	 left: 462px; 
	 z-index: 1001;
	 position:absolute;
	 background-color:#383838;
	 font-size:12px;
	 color:grey;
	 padding:30px 30px 10px 30px;
	 text-align:left;
}
#contact_contanier label {
	font-weight:bold;
	display:block;
	width:100px;
	text-align:left;
	float:left;
	color:orange;
}
#contact_contanier .input_container {
	padding:2px 0;
	width:300px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
#contact_contanier .email_entry {
	padding:30px 0 0 0;
}
#contact_contanier #contacts {
	text-align:center;
	padding:30px 0 0 0;
}
