.ykAlert 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	background-image:url(/images/default/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_background:#808080;
	_filter: Alpha(Opacity=50);
}

.ykAlertFrame
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	_background-image:none;
	_filter: Alpha(Opacity=50);
}

.ykAlertShow {
	font-family: Arial,"ËÎÌå";
	height: auto;
	font-size: 13px;
	font-style: normal;
	background-color: #fff;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	line-height:22px;
	border: #aaccee 1px solid;
}

.ykAlertHeader
{
font-family: Arial,"ËÎÌå";
background-color: transparent;
background-image: url(/images/default/index6_38.gif);
background-repeat: repeat;
background-attachment: scroll;
height:25px;
line-height: 25px;
font-size: 13px;
color: #07519a;
border-bottom: #aaccee 1px solid;
/*padding-top:2px;*/
}
.ykAlertN
{
font-family: "ËÎÌå";
height: auto;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 7px;
}
.ykAlertN a
{
color: #0093bb;
text-decoration: none;
}
.ykAlertN a:hover
{
color: #ff6600;
text-decoration: none;
}
