div.szurkit{
	position:absolute;
	top:0;
	left:0;
	z-index: 10;
	width:0%;
	height:0%;
	background: url(../elemek/szurkit.png);
}

#alert2{
	z-index: 11;
	padding: 2px;
	border: 1px solid #626262;
	background: #FBD5B8;
	margin: auto;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	font-weight: bold;

	position:absolute; 
	left:50%; 
	top:50%;
}

.alert_felirat{
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.alert_felirat:hover{
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}

.alert2_tabla{
	width: 100%;
}

.alert2_xgomb{
	padding: 0px 2px 0px 2px;
	border: 1px solid #626262;
	width: 8px;
	float: right;
	color: #fff;
	font-weight: bold;
	background: #A9484C;
}

.alert2_xgomb:hover{
	padding: 0px 2px 0px 2px;
	border: 1px solid #626262;
	width: 8px;
	float: right;
	color: #fff;
	font-weight: bold;
	background: #AD0101;
	cursor: pointer;
}

.uzi{
	background: #FCE8D7;
	padding: 10px;
	color: #000;
	border: 1px solid #626262;
	height: 51px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}

.alert2_gomb{
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	background: #F5A76B;
	width: auto;
	height: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #D3D5D7;
	border-right: 1px solid #D3D5D7;
	color: #000;
}

.alert2_gomb:hover{
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	background: #E67816;
	width: auto;
	height: auto;
	border-top: 1px solid #D3D5D7;
	border-left: 1px solid #D3D5D7;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #000;
	cursor: pointer;
}