

/* ligthbox styles */
@font-face {
		font-family: 'HelveticaNeueT';
		src: url('fonts/ht.eot');
		src: url('fonts/ht.eot?#iefix') format('embedded-opentype'),
				 url('fonts/ht.woff') format('woff'),
				 url('fonts/ht.ttf') format('truetype'),
				 url('fonts/ht.svg#ht') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'HelveticaNeueLight';
		src: url('fonts/hl.eot');
		src: url('fonts/hl.eot?#iefix') format('embedded-opentype'),
				 url('fonts/hl.woff') format('woff'),
				 url('fonts/hl.ttf') format('truetype'),
				 url('fonts/hl.svg#hl') format('svg');
		font-weight: normal;
		font-style: normal;
}

.popup-box {
	width: 814px;
	height: 342px;
}

.popup-box .fancybox-skin {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.popup-box #popupBox {
	width: 813px;
	height: 340px;
	background: url('../images/popup-bg.jpg') no-repeat;
}

.popup-box .popup-box-inner {
/* 	padding: 24px 38px 0 346px; */
	padding: 0;
	zoom: 1;
	overflow: hidden;
	font-size: 16px;
	/* line-height: 1.2; */
	line-height: normal;
	color: #d9d9d9;
	/* text-align: right; */
	text-align: left;
	font-family: 'HelveticaNeueLight', Arial;
}

.popup-box .popup-box-inner h2 {
	color: #d9d9d9;
	font-size: 28px;
	line-height: 35px;
	font-weight: normal;
	margin: 0 0 30px -50px;
	font-family: 'HelveticaNeueT', Arial;
}

.popup-box .popup-box-inner a {
	color: #815c8f;
	text-decoration: none;
	font-size:17px;
}

.popup-box .popup-box-inner a:hover {
	text-decoration: underline;
}

.popup-box .popup-box-inner .inquiry-button {
	margin: 20px 0 0;
}

.popup-box .popup-box-inner .inquiry-button a {
	display: inline-block;
	//display: inline;
	zoom: 1;
	vertical-align: top;
	height: 42px;
	padding: 0 15px;
	font-size: 20px;
	line-height: 42px;
	color: #d9d9d9;
	text-decoration: none;
	background: #65456f;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
}

