
#errorWindow {
	background: url(../i/alert_bg.png) no-repeat left top;
	width: 350px;
	height: 80px;
	position: absolute;
	display: none;
	border: 0px solid #800;
	z-index: 1000;
}

#errorMsg {
	position: relative;
	top: 27px;
	left: 5px;
	width: 340px;
	color: #000;
	font: 12px Tahoma;
	text-align: center;
}

#errorClose {
	position: absolute;
	left: 324px;
	top: 0px;
	background: url(../i/alert_bezar.png) no-repeat left top;
	border: 0px;
	width: 26px;
	height: 16px;
	cursor: pointer;
}

#h2_alert {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	position: absolute;
	top: 1px;
	left: 10px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#h2_alert:first-letter {
	color: #FFF;
	font-size: 12px;
}