/* Begin: Serg */

.Hide {
	display: none;
}

#nClose {
	float: right;
	vertical-align: top;
	background-image: url('../img/close.gif');
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#insBlockDiv {
	position: absolute;
}

.insBlock {
	width: 780px;
	height: 633px;
/*
	width: 768px;
	height: 610px;
	border: 1px solid #FF0000;
*/
}
