#akt_fon {
	position: fixed;
	top: 0px;
	background-image: url(/images/akt-up_fon.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
#akt_ower-op {
	margin-left: 0px;
	margin-top: 30px;
	background: url(/images/pop-up.png);
	width: 645px;
	height: 510px;
}
.console{
	border:2px solid #FF3300;
	position:absolute;
	z-index:101;
	background:#fff;
}
#console_header{
	margin:0;
}
.console_head{
	height:16px;
	background:#eeeeee;
	padding:2px 5px;
}
.console_head a{
	display:block;
	float:right;
	background:url('../images/console_close.gif') no-repeat;
	height:9px;
	width:9px;
	margin:3px 0;
}
.console_head h1{
	float:left;
	margin:0;
	padding:0;
	line-height:1;
}
.console_body{
	padding:0.5em;
}
.payment_history_console .payment_history_console_header,
.payment_history_console .payment_history_console_footer
{
	position:relative;
	background-color:#e7e7e7;
	line-height:29px;
	min-height:29px;
	text-align:center;
}

.payment_history_console .payment_history_console_header .close_button{
	position:absolute;
	right:4px;
	top:4px;
	z-index:100;
	cursor:pointer;
}