.table{
	display:table;
	width:100%;
}
.table.auto{
	width:auto !important;
	margin:auto;
}
.table.auto2{
	width:auto !important;
}
.row2{
	display:table-row;
}
.cell{
	display:table-cell;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

/* ------------------------------------------- */
/*                 Popup window                */
/* ------------------------------------------- */
	.fog{
		position:absolute;
		display:none;
		top:0px;
		left:0px;
		width:100%;
		background-color:rgba(0, 0, 0, 0.6);
		cursor:url("../images/ru-cursor-side-area.png") 12 12, default;
		z-index:100002;
	}
	#window_abs1{
		position:fixed;
		display:none;
		left:0px;
		right:0px;
/*		top:46%;*/
		top:10%;
		width:660px;
		margin:0 auto;
		background:#f0f0f0;
		font-family:"Open Sans";
		border-radius:4px;
		z-index:100002;
	}
	.close_window{
		position:absolute;
		top:12px;
		right:12px;
	}
	#text_window{
		padding:10px;
		font-size:14px;
	}
	.text_window input, .text_window textarea{
		width:250px;
		height:32px;
		padding:2px 5px;
		font-size:18px;
		color:#999;
		font-family:Arial;
		border:1px solid #999;
	}
	.text_window textarea{
		height:80px;
	}
/* ------------------------------------------- */
/*             /// Popup window ///            */
/* ------------------------------------------- */
