* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0;
}
#backgroundPopup {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 200000;
	position: fixed;
	_position: absolute;
	background: url(../images/pop_bg.png) 0px 0px repeat;
}
#backgroundPopup img {
	float: left;
	height: auto;
	max-width: 100%;
}
#popupContact {
	top: 5%;
	left: 50% !important;
	width: 750px;
	display: none;
	position: fixed;
	_position: absolute;
	margin-left: -375px;
	border: 3px solid #fff;
}
#popupContactClose {
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	border: 1px solid #ccc;
	padding: 0px 5px 2px 5px;
}
@media only screen and (min-width: 960px) and (max-width: 1389px) {
#popupContact {
	width: 500px;
	margin-left: -250px;
	border: 2px solid #fff;
}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
#popupContact {
	width: 400px;
	margin-left: -200px;
	border: 2px solid #fff;
}
}
@media only screen and (max-width: 767px) {
#popupContact {
	width: 200px;
	margin-left: -100px;
	border: 1px solid #fff;
}
#popupContactClose {
	font-size: 12px;
	line-height: 12px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#popupContact {
	width: 320px;
	margin-left: -160px;
	border: 1px solid #fff;
}
#popupContactClose {
	font-size: 16px;
	line-height: 16px;
}
}
