﻿/* Документ CSS*/
#trigger {
	position: absolute;
	right:0px;
	top:0px;
	border:0px;
}

/* Стили для модальных всплывающих окон, можно менять по желанию */
.popupbox {
	width:700px;
	height:420px;
	background-image:url(images/pop-up_03.png);
	background-repeat:no-repeat;
	display: none; /* Скрыто по умолчанию */
	float: center;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#fade { 
	display: none; /* Скрыто по умолчанию */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
	margin-right:0px;
	margin-top:25px;
	
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}


