#alert2{
	background: #016533;
	z-index: 11;
	padding: 2px;
	border: 1px solid #fff;
	margin: auto;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	position:absolute; 
	left:50%; 
	top:50%;
}

.uzi{
	background: #369364;
	color: #fff;
	padding: 10px;
	border: 1px solid #467A9D;
	height: 51px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}

.alert2_gomb{
	background: #014825;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #D3D5D7;
	border-right: 1px solid #D3D5D7;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	width: auto;
	height: auto;
}

.alert2_gomb:hover{
	background: #055D33;
	color: #fff;
	border-top: 1px solid #D3D5D7;
	border-left: 1px solid #D3D5D7;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	width: auto;
	height: auto;
	cursor: pointer;
}

div.szurkit{
	position:absolute;
	top:0;
	left:0;
	z-index: 10;
	width:0%;
	height:0%;
	background: url(../elemek/szurkit.png);
}

.alert_felirat{
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	color: #fff;
	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 #8DAFC5;
	width: 8px;
	float: right;
	color: #fff;
	font-weight: bold;
	background: #A9484C;
}

.alert2_xgomb:hover{
	padding: 0px 2px 0px 2px;
	border: 1px solid #8DAFC5;
	width: 8px;
	float: right;
	color: #fff;
	font-weight: bold;
	background: #AD0101;
	cursor: pointer;
}