#popup{
	position:fixed;
	display:hidden;
	top:160px;
	left:50%;
	width:500px;
	height:auto;
	margin-left:-250px;
	background-color:white;
	z-index:6;
	padding:20px;
	border:solid 5px #333333;
	border-radius:5px;
	font-weight: bold !important;
	}
#popup h1 {
	border-bottom: 1px solid #3f5c9a;
	color: #3f5c9a;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
	}
#popup h3 {
	color: red;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 12px 6px 0;
	text-align: left;
}
#popup p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0;
	padding:5px;
	text-align:justify;
}
#popup a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
	padding:5px;
	text-align:right;
	float:right;
}
#overlay-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 5;
	display: none
}
.close-image {
  cursor: default;
  display: block;
  float: right;
  height: 20px;
  position: relative;
  right: -15px;
  top: -15px;
}



/* max-width: 1280px */
@media only screen and (max-width: 1280px) {
} 

/* max-width: 1024px */
@media only screen and (max-width: 1024px) {
} 

/* max-width: 768px */
@media only screen and (max-width: 768px) {
} 

/* max-width: 640px */
@media only screen and (max-width: 640px) {
#popup {
  background-color: white;
  border: 5px solid #333333;
  border-radius: 5px;
  font-weight: bold !important;
  height: auto;
  left: 50%;
  margin-left: -166px;
  padding: 20px;
  position: fixed;
  top: 160px;
  width: 278px;
  z-index: 6;
}
}

/* max-width: 480px */
@media only screen and (max-width: 480px) {
#popup {
  background-color: white;
  border: 5px solid #333333;
  border-radius: 5px;
  font-weight: bold !important;
  height: auto;
  left: 50%;
  margin-left: -166px;
  padding: 20px;
  position: fixed;
  top: 160px;
  width: 278px;
  z-index: 6;
}	

}

/* max-width: 320px */
@media only screen and (max-width: 320px) {
#popup {
  background-color: white;
  border: 5px solid #333333;
  border-radius: 5px;
  font-weight: bold !important;
  height: auto;
  left: 50%;
  margin-left: -166px;
  padding: 20px;
  position: fixed;
  top: 160px;
  width: 278px;
  z-index: 6;
}
}