@charset "utf-8";

#uzenethatter {
  position:fixed;
  width:100%;
  height:100%;
	z-index:98;
	left: 0px;
	top: 0px;
	background-color: #FF0000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter:alpha(opacity=10);
  opacity: 0.1;
  -moz-opacity: 0.1;
	visibility: hidden;
}

#uzenet {
  position:absolute;
  width:500px;
  height:40px;
  z-index:99;
  left: 0px;
  top: 0px;
  visibility: hidden;
}

#uzenet img {
	border: 0px;
}

#uzenet_bf {
	position:absolute;
	width:6px;
	height:30px;
	left: 0px;
	top: 0px;
	background-image: url(../images/kepkeret/bf.png);
}

#uzenet_f {
	position:absolute;
	width:auto;
	height:30px;
	left: 6px;
	right: 27px;
	top: 0px;
	background-image: url(../images/kepkeret/f.png);
	background-repeat: repeat-x;
}

#uzenet_jf {
	position:absolute;
	width:27px;
	height:30px;
	right: 0px;
	top: 0px;
}

#uzenet_b {
	position:absolute;
	width:4px;
	height:auto;
	left: 0px;
	top: 30px;
	bottom: 4px;
	background-image: url(../images/kepkeret/b.png);
	background-repeat: repeat-y;
}

#uzenet_center {
	position:absolute;
	width:auto;
	height:auto;
	left: 4px;
	right: 4px;
	top: 30px;
	bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #D2FFFF;
  font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #990000;
}

#uzenet_j {
	position:absolute;
	width:4px;
	height:auto;
	right: 0px;
	top: 30px;
	bottom: 4px;
	background-image: url(../images/kepkeret/j.png);
	background-repeat: repeat-y;
}

#uzenet_ba {
	position:absolute;
	width:4px;
	height:4px;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/kepkeret/ba.png);
}

#uzenet_a {
	position:absolute;
	width:auto;
	height:4px;
	left: 4px;
	right: 4px;
	bottom: 0px;
	background-image: url(../images/kepkeret/a.png);
	background-repeat: repeat-x;
}

#uzenet_ja {
	position:absolute;
	width:4px;
	height:4px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/kepkeret/ja.png);
}

